me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-iri-string-0.7.

* gnu/packages/crates-io.scm (rust-iri-string-0.7): New variable.

Change-Id: Ia67ae4cf4a4ea7cb1e0264567c4829fdbf5ad89f
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Tomas Volf 2024-02-15 21:26:18 +01:00 committed by Efraim Flashner
parent 325fdfb5ae
commit c2af73699c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -30893,6 +30893,28 @@ library.")
(license (list license:asl2.0
license:expat))))
(define-public rust-iri-string-0.7
(package
(name "rust-iri-string")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "iri-string" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1h07hkfkkjjvgzlaqpr5fia7hrgv7qxqdw4xrpdc3936gmk9p191"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-memchr" ,rust-memchr-2)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-serde-test" ,rust-serde-test-1))))
(home-page "https://github.com/lo48576/iri-string")
(synopsis "IRI as string types")
(description "String types for @acronym{IRIs, Internationalized Resource
Identifiers} and @acronym{URIs, Uniform Resource Identifiers}.")
(license (list license:expat license:asl2.0))))
(define-public rust-is-ci-1
(package
(name "rust-is-ci")