[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44785] [PATCH v2 07/22] gnu: Add rust-lalrpop-0.19.
From: |
Hartmut Goebel |
Subject: |
[bug#44785] [PATCH v2 07/22] gnu: Add rust-lalrpop-0.19. |
Date: |
Mon, 23 Nov 2020 13:27:00 +0100 |
* gnu/packages/crates-io.scm (rust-lalrpop-0.19): New variable, skipping
build. (rust-lalrpop-0.17): Inherit from rust-lalrpop-0.19.
---
gnu/packages/crates-io.scm | 50 ++++++++++++++++++++++++++++++++------
1 file changed, 43 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ae2ddb5fba..ccfb3cf14f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12966,8 +12966,50 @@ space, and comparing differences in color.")
`(#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.3))))))
+(define-public rust-lalrpop-0.19
+ (package
+ (name "rust-lalrpop")
+ (version "0.19.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lalrpop" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1j52sybjhn82ydgsmnw7nkywjyb7pvg50mvyb48m7vdq3wcmdyv0"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #: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.14)
+ ("rust-itertools" ,rust-itertools-0.9)
+ ("rust-lalrpop-util" ,rust-lalrpop-util-0.19)
+ ("rust-petgraph" ,rust-petgraph-0.5)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-regex-syntax" ,rust-regex-syntax-0.6)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-sha2" ,rust-sha2-0.8)
+ ("rust-string-cache" ,rust-string-cache-0.8)
+ ("rust-term" ,rust-term-0.5)
+ ("rust-unicode-xid" ,rust-unicode-xid-0.2))
+ #:cargo-development-inputs
+ (("rust-rand" ,rust-rand-0.7))))
+ (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-0.17
(package
+ (inherit rust-lalrpop-0.19)
(name "rust-lalrpop")
(version "0.17.2")
(source
@@ -12998,13 +13040,7 @@ space, and comparing differences in color.")
("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))))
+ (("rust-rand" ,rust-rand-0.6))))))
(define-public rust-lalrpop-util-0.19
(package
--
2.21.3
- [bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5., (continued)
- [bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 05/22] gnu: Add rust-ena-0.14:, Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 08/22] gnu: Add rust-keccak-0.1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 10/22] gnu: Add rust-signature-derive-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 13/22] gnu: Add rust-curve25519-dalek-3., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 09/22] gnu: Add rust-merlin-2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 11/22] gnu: Add rust-signature-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 12/22] gnu: Add rust-ed25519-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 03/22] gnu: Add rust-num-bigint-dig-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 06/22] gnu: Add rust-lalrpop-util-0.19., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 07/22] gnu: Add rust-lalrpop-0.19.,
Hartmut Goebel <=
- [bug#44817] [PATCH v2 21/22] gnu: rust-rusqlite: Update to 0.24., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 15/22] gnu: Add rust-dyn-clone-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 17/22] gnu: Add rust-base64-0.13., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 18/22] gnu: Add rust-hashlink-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 19/22] gnu: Add rust-hashbrown-0.9., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 20/22] gnu: Add rust-libsqlite3-sys-0.20., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 14/22] gnu: Add rust-ed25519-dalek-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 16/22] gnu: Add rust-bzip2-0.4., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 22/22] gnu: sequoia: Update to 0.20.0., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 00/22] Update sequoia to 0.20.0 - version 2, Christopher Baines, 2020/11/28