me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-peresil-0.3.

* gnu/packages/crates-io.scm (rust-peresil-0.3): New variable.
master
Nicolas Goaziou 2021-02-09 23:25:57 +01:00
parent 2d832fdd13
commit 00f4f75198
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -25250,6 +25250,25 @@ runtime support for rust-peg grammars. To use rust-peg, see the peg crate.")
(base32
"0cgq08v1fvr6bs5fvy390cz830lq4fak8havdasdacxcw790s09i"))))))
(define-public rust-peresil-0.3
(package
(name "rust-peresil")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "peresil" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mwyw03yqp0yqdjf4a89vn86szxaksmxvgzv1j2nw69fsmp8hn7n"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/shepmaster/peresil")
(synopsis "Simple and simplistic string parsing library")
(description
"This package provides a simple and simplistic string parsing library.")
(license license:expat)))
(define-public rust-permutohedron-0.2
(package
(name "rust-permutohedron")