guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/19: gnu: Add rust-ident-case-1.


From: guix-commits
Subject: 13/19: gnu: Add rust-ident-case-1.
Date: Tue, 4 Aug 2020 10:06:52 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit fc8374aa118145eb10df35bc08d37a1071d5c374
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Aug 3 20:21:45 2020 +0200

    gnu: Add rust-ident-case-1.
    
    * gnu/pacages/crates-io.scm (rust-ident-case-1): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d8f054b..1f50b95 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10945,6 +10945,26 @@ SystemTime}}.")
     (description "Default TLS implementation for use with hyper")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-ident-case-1
+  (package
+    (name "rust-ident-case")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "ident_case" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0fac21q6pwns8gh1hz3nbq15j8fi441ncl6w4vlnd1cmc55kiq5r"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/TedDriggs/ident_case";)
+    (synopsis "Utility for applying case rules to Rust identifiers")
+    (description
+     "Utility for applying case rules to Rust identifiers.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-idna-0.2
   (package
     (name "rust-idna")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]