mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: Add rust-unescape-0.1.
* gnu/packages/crates-io.scm (rust-unescape-0.1): New variable. Change-Id: I36a4a6433171e8ba2d94faafd7d5abd2607a7d41 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
50dddec44f
commit
1bcb7fbaec
1 changed files with 20 additions and 0 deletions
|
@ -88414,6 +88414,26 @@ arithmetic.")
|
|||
"Unchecked indexing wrapper using regular index syntax.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-unescape-0.1
|
||||
(package
|
||||
(name "rust-unescape")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unescape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vlgws15n4kz8xq4igzr1f80nbiyr838k687hn6ly8a36an7vffc"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/saghm/unescape-rs")
|
||||
(synopsis
|
||||
"Unescapes strings with escape sequences written out as literal characters")
|
||||
(description
|
||||
"This package unescapes strings with escape sequences written out as
|
||||
literal characters.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ungrammar-1
|
||||
(package
|
||||
(name "rust-ungrammar")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue