mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add rust-publicsuffix-1.
* gnu/packages/crates-io.scm (rust-publicsuffix-1): New variable.
This commit is contained in:
parent
fa6f772f30
commit
9dab172230
1 changed files with 29 additions and 0 deletions
|
@ -18587,6 +18587,35 @@ (define-public rust-psm-0.1
|
||||||
stack pointer and inspect the properties of the stack.")
|
stack pointer and inspect the properties of the stack.")
|
||||||
(license (list license:isc license:asl2.0))))
|
(license (list license:isc license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-publicsuffix-1
|
||||||
|
(package
|
||||||
|
(name "rust-publicsuffix")
|
||||||
|
(version "1.5.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "publicsuffix" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0yvmjpywfyypfr17kxiwy6ssykgv8nmcdhfakas6548pfn8a9fiv"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-error-chain" ,rust-error-chain-0.12)
|
||||||
|
("rust-idna" ,rust-idna-0.2)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-native-tls" ,rust-native-tls-0.2)
|
||||||
|
("rust-regex" ,rust-regex-1)
|
||||||
|
("rust-url" ,rust-url-2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-rspec" ,rust-rspec-1))))
|
||||||
|
(home-page "https://github.com/rushmorem/publicsuffix")
|
||||||
|
(synopsis "Domain name parsing and email address validation")
|
||||||
|
(description "This package provides robust domain name parsing and RFC
|
||||||
|
compliant email address validation.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-pulldown-cmark-0.4
|
(define-public rust-pulldown-cmark-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-pulldown-cmark")
|
(name "rust-pulldown-cmark")
|
||||||
|
|
Loading…
Reference in a new issue