[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17. |
Date: |
Sun, 26 Apr 2020 18:45:24 +0200 |
* gnu/packages/crates-io.scm (rust-lalrpop-0.17): New variable.
---
gnu/packages/crates-io.scm | 40 ++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 091529d121..1062d31363 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9919,6 +9919,46 @@ currently supports parsing (fully conformant parser),
formatting and comparing
language tags.")
(license license:expat)))
+(define-public rust-lalrpop-0.17
+ (package
+ (name "rust-lalrpop")
+ (version "0.17.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lalrpop" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1nv7ma8cgw3r1fcma7gy06fwwlpl4fkz91mxv5kjhiaxwyc3dp34"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-ascii-canvas" ,rust-ascii-canvas-2)
+ ("rust-atty" ,rust-atty-0.2)
+ ("rust-bit-set" ,rust-bit-set-0.5)
+ ("rust-diff" ,rust-diff-0.1)
+ ("rust-docopt" ,rust-docopt-1.1)
+ ("rust-ena" ,rust-ena-0.13)
+ ("rust-itertools" ,rust-itertools-0.8)
+ ("rust-lalrpop-util" ,rust-lalrpop-util-0.17)
+ ("rust-petgraph" ,rust-petgraph-0.4)
+ ("rust-regex" ,rust-regex-1.3)
+ ("rust-regex-syntax" ,rust-regex-syntax-0.6)
+ ("rust-serde" ,rust-serde-1.0)
+ ("rust-serde-derive" ,rust-serde-derive-1.0)
+ ("rust-sha2" ,rust-sha2-0.8)
+ ("rust-string-cache" ,rust-string-cache-0.7)
+ ("rust-term" ,rust-term-0.5)
+ ("rust-unicode-xid" ,rust-unicode-xid-0.2))
+ #:cargo-development-inputs
+ (("rust-rand" ,rust-rand-0.6))))
+ (home-page "https://github.com/lalrpop/lalrpop")
+ (synopsis "Convenient LR(1) parser generator for Rust")
+ (description "LALRPOP is a Rust parser generator framework with usability
+as its primary goal. You should be able to write compact, DRY, readable
+grammars.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-lalrpop-util-0.17
(package
(name "rust-lalrpop-util")
--
2.21.3
- [bug#40874] [PATCH 39/94] gnu: Add rust-http-0.2., (continued)
- [bug#40874] [PATCH 39/94] gnu: Add rust-http-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 40/94] gnu: Add rust-http-body-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 41/94] gnu: Add rust-http-body-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 42/94] gnu: Add rust-hyper-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 44/94] gnu: Add rust-lalrpop-util-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 43/94] gnu: Add rust-hyper-tls-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 46/94] gnu: Add rust-libc-print-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 51/94] gnu: Add rust-mach-o-sys-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 49/94] gnu: Add rust-loom-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17.,
Hartmut Goebel <=
- [bug#40874] [PATCH 47/94] gnu: Add rust-libsqlite3-sys-0.15., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 50/94] gnu: Add rust-lru-cache-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4., Hartmut Goebel, 2020/04/26