GNU bug report logs -
#56752
[PATCH 00/27] Add swayr and swayrbar.
Previous Next
Full log
Message #50 received at 56752 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-peg-runtime-0.8): New variable.
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index eb0272cc6a..15dc3a658f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41867,6 +41867,27 @@ (define-public rust-peg-macros-0.6
procedural macros for rust-peg. To use rust-peg, see the peg package.")
(license license:expat)))
+(define-public rust-peg-runtime-0.8
+ (package
+ (name "rust-peg-runtime")
+ (version "0.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "peg-runtime" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "17znn3433nhhwks3zrmry2y45i4y4xgl4q2dsh4s9hq3pb9yzc7r"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page "https://github.com/kevinmehall/rust-peg")
+ (synopsis "Runtime support for rust-peg grammars")
+ (description
+ "PEG provides a Parsing Expression Grammar. This package provides
+runtime support for rust-peg grammars. To use rust-peg, see the peg crate.")
+ (license license:expat)))
+
(define-public rust-peg-runtime-0.6
(package
(name "rust-peg-runtime")
--
2.37.1
--
Aleksandr Vityazev
This bug report was last modified 2 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.