mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-html-escape-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-html-escape-0.2): Order. Change-Id: If242697d3412625d58a15d189864263592bc9781 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3a8154f76e
commit
f12573c5b1
1 changed files with 24 additions and 24 deletions
|
@ -35068,6 +35068,30 @@ (define-public rust-hound-3
|
|||
(description "This package provides a wav encoding and decoding library.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-html-escape-0.2
|
||||
(package
|
||||
(name "rust-html-escape")
|
||||
(version "0.2.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "html-escape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xml3hswv0205fbm5iq7dqiwjkr6d245xkfppwi7wqjdfr4x86kd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-utf8-width" ,rust-utf8-width-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1))))
|
||||
(home-page "https://magiclen.org/html-escape")
|
||||
(synopsis "Library for encoding and escaping special characters in HTML")
|
||||
(description
|
||||
"This package provides a library for encoding and escaping special
|
||||
characters in HTML, decoding and unescaping HTML entities as well.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-html5ever-0.27
|
||||
(package
|
||||
(name "rust-html5ever")
|
||||
|
@ -35219,30 +35243,6 @@ (define-public rust-htmlescape-0.3
|
|||
"This package provides a library for HTML entity encoding and decoding.")
|
||||
(license (list license:asl2.0 license:expat license:mpl2.0))))
|
||||
|
||||
(define-public rust-html-escape-0.2
|
||||
(package
|
||||
(name "rust-html-escape")
|
||||
(version "0.2.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "html-escape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xml3hswv0205fbm5iq7dqiwjkr6d245xkfppwi7wqjdfr4x86kd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-utf8-width" ,rust-utf8-width-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1))))
|
||||
(home-page "https://magiclen.org/html-escape")
|
||||
(synopsis "Library for encoding and escaping special characters in HTML")
|
||||
(description
|
||||
"This package provides a library for encoding and escaping special
|
||||
characters in HTML, decoding and unescaping HTML entities as well.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-hts-sys-2
|
||||
(package
|
||||
(name "rust-hts-sys")
|
||||
|
|
Loading…
Reference in a new issue