Archived
1
0
Fork 0

gnu: Add rust-isolang-2.

* gnu/packages/crates-io.scm (rust-isolang-2): New variable.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: I717f61b64e1f8126f298cc8de165bec41b85d417
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jaeme Sifat 2023-10-29 00:26:55 -04:00 committed by Efraim Flashner
parent 3c85794db1
commit b0dd9ac3a7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -37264,6 +37264,32 @@ stream runs in a TTY.")
(description "Parsing ISO8601 dates using nom.")
(license license:expat)))
(define-public rust-isolang-2
(package
(name "rust-isolang")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "isolang" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wg07gh7a1cvx0c1w238d7l4vh17cwwvjmw729qqnw5wn4fj43zq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags `("--release" "--"
"--skip=generated_code_table_if_outdated")
#:cargo-inputs (("rust-phf" ,rust-phf-0.11)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-phf-codegen" ,rust-phf-codegen-0.11)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/humenda/isolang-rs")
(synopsis "Efficient, static lookup table for ISO 639 language codes")
(description
"This package provides an efficient, static lookup table for ISO 639
language codes.")
(license license:asl2.0)))
(define-public rust-itertools-0.11
(package
(name "rust-itertools")