me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-entities-1.

* gnu/packages/crates-io.scm (rust-entities-1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Vinicius Monego 2021-09-18 16:13:08 +00:00 committed by Nicolas Goaziou
parent cfd3fbe35e
commit a2d73fc247
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -15689,6 +15689,25 @@ Standard.")
order.")
(license license:expat)))
(define-public rust-entities-1
(package
(name "rust-entities")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "entities" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jnpr0zvj97wm9pnh7fnl74rzaar39hhg65p03cm08bqqgj0lcmm"))))
(build-system cargo-build-system)
(home-page "https://github.com/p-jackson/entities")
(synopsis "Raw data needed to convert to and from HTML entities")
(description "This package provides the raw data needed to convert to and
from HTML entities.")
(license license:expat)))
(define-public rust-enum-as-inner-0.3
(package
(name "rust-enum-as-inner")