[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/45: gnu: Add rust-matchers-0.0.
From: |
guix-commits |
Subject: |
34/45: gnu: Add rust-matchers-0.0. |
Date: |
Sun, 22 Nov 2020 12:49:46 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit da4bb9160b2b6e0ca37b34eea81b1d0b3ee021c0
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Wed Jun 17 18:51:44 2020 -0700
gnu: Add rust-matchers-0.0.
* gnu/package/crates-io.scm (rust-matchers-0.0): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0b774d3..cfe54c0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14781,6 +14781,31 @@ statement, the first matching branch is the item that
gets emitted.")
whether an expression matches a pattern.")
(license license:expat)))
+(define-public rust-matchers-0.0
+ (package
+ (name "rust-matchers")
+ (version "0.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "matchers" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1q8ckqmkjqkznvdi9x0z769yz2bmvlqcwx51ad2lpk4mfmgpi6gh"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-regex-automata" ,rust-regex-automata-0.1))))
+ (home-page "https://github.com/hawkw/matchers")
+ (synopsis "Regex matching on character and byte streams")
+ (description
+ "Use this crate to match on character and byte streams using regular
+grammars. It provides the subset of the regex crate that only deals with
+matching, not parsing substrings.")
+ (license license:expat)))
+
(define-public rust-matrixmultiply-0.2
(package
(name "rust-matrixmultiply")
- 30/45: gnu: Add rust-tokio-rustls-0.9., (continued)
- 30/45: gnu: Add rust-tokio-rustls-0.9., guix-commits, 2020/11/22
- 27/45: gnu: Add rust-webpki-0.19., guix-commits, 2020/11/22
- 28/45: gnu: Add rust-webpki-roots-0.16., guix-commits, 2020/11/22
- 19/45: gnu: Add rust-ring-0.14., guix-commits, 2020/11/22
- 29/45: gnu: Add rust-rustls-0.15., guix-commits, 2020/11/22
- 35/45: gnu: rust-tracing-log-0.1: Update to 0.1.1., guix-commits, 2020/11/22
- 33/45: gnu: Add rust-tracing-log-0.1., guix-commits, 2020/11/22
- 22/45: gnu: Add rust-hyper-old-types-0.11., guix-commits, 2020/11/22
- 26/45: gnu: Add rust-sct-0.5., guix-commits, 2020/11/22
- 31/45: gnu: Add rust-trust-dns-proto-0.7., guix-commits, 2020/11/22
- 34/45: gnu: Add rust-matchers-0.0.,
guix-commits <=
- 32/45: gnu: Add rust-trust-dns-rustls-0.6., guix-commits, 2020/11/22
- 40/45: gnu: Add rust-thrussh-libsodium-0.1., guix-commits, 2020/11/22
- 41/45: build-system/cargo: Set openssl environment variable when available., guix-commits, 2020/11/22
- 44/45: gnu: rust-slog-2.5: Rename to rust-slog-2., guix-commits, 2020/11/22
- 36/45: gnu: Add rust-tracing-subscriber-0.1., guix-commits, 2020/11/22
- 38/45: gnu: Add rust-tokio-net-0.2., guix-commits, 2020/11/22
- 43/45: gnu: rust-slog-2.4: Remove variable., guix-commits, 2020/11/22
- 39/45: gnu: Add rust-shell-escape-0.1., guix-commits, 2020/11/22
- 42/45: build-system/cargo: Set libclang environment variable when available., guix-commits, 2020/11/22
- 37/45: gnu: Add rust-tracing-fmt-0.1., guix-commits, 2020/11/22