me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-unic-common-0.9.

* gnu/packages/crates-io.scm (rust-unic-common-0.9): New variable.
master
Nicolas Goaziou 2021-01-24 00:05:57 +01:00
parent 51bcc29ca0
commit a2ebd7bb06
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -38659,6 +38659,26 @@ panic-free alternative to @code{core::fmt}.")
"Unchecked indexing wrapper using regular index syntax.") "Unchecked indexing wrapper using regular index syntax.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public rust-unic-common-0.9
(package
(name "rust-unic-common")
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "unic-common" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1g1mm954m0zr497dl4kx3vr09yaly290zs33bbl4wrbaba1gzmw0"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/open-i18n/rust-unic/")
(synopsis "Common utilities for UNIC")
(description
"This package provides common utilities for the Unicode and
Internationalization Crates (UNIC) project.")
(license (list license:expat license:asl2.0))))
(define-public rust-unicase-2 (define-public rust-unicase-2
(package (package
(name "rust-unicase") (name "rust-unicase")