[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/45: gnu: Add rust-unicode-width-0.1.
From: |
guix-commits |
Subject: |
39/45: gnu: Add rust-unicode-width-0.1. |
Date: |
Wed, 23 Oct 2019 03:49:17 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 21bd039800b209b9d68b2074be7f4258f092a7b0
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 10:07:38 2019 +0300
gnu: Add rust-unicode-width-0.1.
* gnu/packages/rust-cbindgen.scm (rust-unicode-width-0.1): New hidden
variable.
---
gnu/packages/rust-cbindgen.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index 51eb647..b0b771e 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -818,3 +818,24 @@ serializing Rust structures.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))
+
+(define rust-unicode-width-0.1
+ (package
+ (name "rust-unicode-width")
+ (version "0.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "unicode-width" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "082f9hv1r3gcd1xl33whjhrm18p0w9i77zhhhkiccb5r47adn1vh"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/unicode-rs/unicode-width")
+ (synopsis "Determine displayed width according to Unicode rules")
+ (description "This crate allows you to determine displayed width of
+@code{char} and @code{str} types according to Unicode Standard Annex #11
rules.")
+ (properties '((hidden? . #t)))
+ (license (list license:asl2.0
+ license:expat))))
- 12/45: gnu: Add rust-numtoa-0.1., (continued)
- 12/45: gnu: Add rust-numtoa-0.1., guix-commits, 2019/10/23
- 21/45: gnu: Add rust-rand-jitter-0.1., guix-commits, 2019/10/23
- 32/45: gnu: Add rust-serde-json-1.0., guix-commits, 2019/10/23
- 25/45: gnu: Add rust-rdrand-0.4., guix-commits, 2019/10/23
- 28/45: gnu: Add rust-remove-dir-all-0.5., guix-commits, 2019/10/23
- 36/45: gnu: Add rust-termion-1.5., guix-commits, 2019/10/23
- 35/45: gnu: Add rust-tempfile-3.0., guix-commits, 2019/10/23
- 37/45: gnu: Add rust-textwrap-0.11., guix-commits, 2019/10/23
- 33/45: gnu: Add rust-strsim-0.8., guix-commits, 2019/10/23
- 34/45: gnu: Add rust-syn-1.0., guix-commits, 2019/10/23
- 39/45: gnu: Add rust-unicode-width-0.1.,
guix-commits <=
- 40/45: gnu: Add rust-unicode-xid-0.2., guix-commits, 2019/10/23
- 43/45: gnu: Add rust-winapi-x86-64-pc-windows-gnu-0.4., guix-commits, 2019/10/23
- 45/45: gnu: Add rust-cbindgen., guix-commits, 2019/10/23
- 27/45: gnu: Add rust-redox-termios-0.1., guix-commits, 2019/10/23
- 29/45: gnu: Add rust-ryu-1.0., guix-commits, 2019/10/23
- 38/45: gnu: Add rust-toml-0.5., guix-commits, 2019/10/23
- 42/45: gnu: Add rust-winapi-i686-pc-windows-gnu-0.4., guix-commits, 2019/10/23
- 44/45: gnu: Add rust-winapi-0.3., guix-commits, 2019/10/23