[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 34/86] gnu: Add rust-encoding-index-simpchinese.
From: |
ng0 |
Subject: |
[PATCH 34/86] gnu: Add rust-encoding-index-simpchinese. |
Date: |
Tue, 3 Jan 2017 23:35:50 +0000 |
* gnu/packages/rust.scm (rust-encoding-index-simpchinese): New variable.
---
gnu/packages/rust.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index e0b19eee4..907aac689 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -997,3 +997,27 @@ which is providing character encoding support for Rust.")
encodings. This package is part of the crate \"encoding\",
which is providing character encoding support for Rust.")
(license license:cc0)))
+
+(define-public rust-encoding-index-simpchinese
+ (package
+ (name "rust-encoding-index-simpchinese")
+ (version "1.20141219.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "encoding-index-simpchinese" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1xria2i7mc5dqdrpqxasdbxv1qx46jjbm53if3y1i4cvj2a72ynq"))))
+ (build-system cargo-build-system)
+ (inputs
+ `(("rust-encoding-index-tests" ,rust-encoding-index-tests "src")))
+ (home-page "https://github.com/lifthrasiir/rust-encoding")
+ (synopsis "Index tables for simplified Chinese character encodings")
+ (description
+ "Encoding-index-simpchinese provides index tables for simplified
+Chinese character encodings. This package is part of the crate \"encoding\",
+which is providing character encoding support for Rust.")
+ (license license:cc0)))
--
2.11.0
- [PATCH 29/86] gnu: Add rust-matches., (continued)
- [PATCH 29/86] gnu: Add rust-matches., ng0, 2017/01/03
- [PATCH 25/86] gnu: Add rust-num-traits., ng0, 2017/01/03
- [PATCH 26/86] gnu: Add rust-num-integer., ng0, 2017/01/03
- [PATCH 22/86] gnu: Add rust-bytes., ng0, 2017/01/03
- [PATCH 32/86] gnu: Add rust-encoding-index-japanese., ng0, 2017/01/03
- [PATCH 33/86] gnu: Add rust-encoding-index-korean., ng0, 2017/01/03
- [PATCH 36/86] gnu: Add rust-encoding-index-tradchinese., ng0, 2017/01/03
- [PATCH 39/86] gnu: Add rust-clippy-mini-macro-test., ng0, 2017/01/03
- [PATCH 35/86] gnu: Add rust-encoding-index-singlebyte., ng0, 2017/01/03
- [PATCH 37/86] gnu: Add rust-encoding., ng0, 2017/01/03
- [PATCH 34/86] gnu: Add rust-encoding-index-simpchinese.,
ng0 <=
- [PATCH 28/86] gnu: Add rust-openssl-sys., ng0, 2017/01/03
- [PATCH 41/86] gnu: Add rust-fnv., ng0, 2017/01/03
- [PATCH 43/86] gnu: Add rust-unicode-bidi., ng0, 2017/01/03
- [PATCH 42/86] gnu: Add rust-heapsize., ng0, 2017/01/03
- [PATCH 40/86] gnu: Add rust-unicode-normalization., ng0, 2017/01/03
- [PATCH 31/86] gnu: Add rust-encoding-index-tests., ng0, 2017/01/03
- [PATCH 38/86] gnu: Add rust-deque., ng0, 2017/01/03
- [PATCH 47/86] gnu: Add rust-rustc-test., ng0, 2017/01/03