[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 36/86] gnu: Add rust-encoding-index-tradchinese.
From: |
ng0 |
Subject: |
[PATCH 36/86] gnu: Add rust-encoding-index-tradchinese. |
Date: |
Tue, 3 Jan 2017 23:35:52 +0000 |
* gnu/packages/rust.scm (rust-encoding-index-tradchinese): 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 a5b779f93..e9b2a84bf 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1045,3 +1045,27 @@ which is providing character encoding support for Rust.")
single-byte character 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-tradchinese
+ (package
+ (name "rust-encoding-index-tradchinese")
+ (version "1.20141219.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "encoding-index-tradchinese" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "060ci4iz6xfvzk38syfbjvs7pix5hch3mvxkksswmqwcd3aj03px"))))
+ (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 traditional Chinese character encodings")
+ (description
+ "Encoding-index-tradchinese provides index tables for traditional
+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 23/86] gnu: Add rust-openssl-probe., (continued)
- [PATCH 23/86] gnu: Add rust-openssl-probe., ng0, 2017/01/03
- [PATCH 30/86] gnu: Add rust-getopts., ng0, 2017/01/03
- [PATCH 20/86] gnu: Add rust-cfg-if., ng0, 2017/01/03
- [PATCH 27/86] gnu: Add rust-num-iter., ng0, 2017/01/03
- [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 <=
- [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, 2017/01/03
- [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