gnu: Add rust-pcre2-sys-0.2.
* gnu/packages/crates-io.scm (rust-pcre2-sys-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8d0568fec5
commit
6f9050865b
1 changed files with 26 additions and 0 deletions
|
@ -2311,6 +2311,32 @@ deserialization, and interpreter in Rust.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-pcre2-sys-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-pcre2-sys")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pcre2-sys" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0nwdvc43dkb89qmm5q8gw1zyll0wsfqw7kczpn23mljra3874v47"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
|
("rust-cc" ,rust-cc-1.0))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/BurntSushi/rust-pcre2")
|
||||||
|
(synopsis "Low level bindings to PCRE2")
|
||||||
|
(description "Low level bindings to PCRE2.")
|
||||||
|
(license (list license:expat license:unlicense))))
|
||||||
|
|
||||||
(define-public rust-peeking-take-while-0.1
|
(define-public rust-peeking-take-while-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-peeking-take-while")
|
(name "rust-peeking-take-while")
|
||||||
|
|
Reference in a new issue