diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-29 12:10:18 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-29 15:05:22 +0300 |
| commit | ff901328101a75d25bc4533a37f279bac2741068 (patch) | |
| tree | e571715dc426c73134085dfcdc25f8d2608d7bab /gnu | |
| parent | caf6a690ea768d90cd7c2f7518295ee5e1458a00 (diff) | |
gnu: Add rust-unicase.
* gnu/packages/crates-io.scm (rust-unicase): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0f7f338ac63..3c8930d9bb7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -1802,6 +1802,28 @@ with the Unicode character database.") | |||
| 1802 | (license (list license:asl2.0 | 1802 | (license (list license:asl2.0 |
| 1803 | license:expat)))) | 1803 | license:expat)))) |
| 1804 | 1804 | ||
| 1805 | (define-public rust-unicase | ||
| 1806 | (package | ||
| 1807 | (name "rust-unicase") | ||
| 1808 | (version "2.4.0") | ||
| 1809 | (source | ||
| 1810 | (origin | ||
| 1811 | (method url-fetch) | ||
| 1812 | (uri (crate-uri "unicase" version)) | ||
| 1813 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 1814 | (sha256 | ||
| 1815 | (base32 | ||
| 1816 | "1xmpmkakhhblq7dzab1kwyv925kv7fqjkjsxjspg6ix9n88makm8")))) | ||
| 1817 | (build-system cargo-build-system) | ||
| 1818 | (arguments | ||
| 1819 | `(#:cargo-inputs (("rust-version-check" ,rust-version-check-0.1)))) | ||
| 1820 | (home-page "https://github.com/seanmonstar/unicase") | ||
| 1821 | (synopsis "Case-insensitive wrapper around strings") | ||
| 1822 | (description | ||
| 1823 | "A case-insensitive wrapper around strings.") | ||
| 1824 | (license (list license:asl2.0 | ||
| 1825 | license:expat)))) | ||
| 1826 | |||
| 1805 | (define-public rust-unicode-width | 1827 | (define-public rust-unicode-width |
| 1806 | (package | 1828 | (package |
| 1807 | (name "rust-unicode-width") | 1829 | (name "rust-unicode-width") |
