mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add rust-v-htmlescape-0.15.
* gnu/packages/crates-io.scm (rust-v-htmlescape-0.15): New variable.
This commit is contained in:
parent
77ccfef681
commit
63fe8431ad
1 changed files with 19 additions and 0 deletions
|
@ -74809,6 +74809,25 @@ (define-public rust-v-frame-0.3
|
|||
a part of rav1e.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public rust-v-htmlescape-0.15
|
||||
(package
|
||||
(name "rust-v-htmlescape")
|
||||
(version "0.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "v-htmlescape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"135inp4x7cc32k0hzrymlz1baf0rj0ah5h82nrpa9w0hqpxmg0jf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-buf-min" ,rust-buf-min-0.7))))
|
||||
(home-page "https://github.com/botika/v_escape")
|
||||
(synopsis "Simd optimized HTML escaping code")
|
||||
(description "This package provides simd optimized HTML escaping code.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-valuable-derive-0.1
|
||||
(package
|
||||
(name "rust-valuable-derive")
|
||||
|
|
Loading…
Reference in a new issue