guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/31: gnu: Add rust-v-htmlescape-0.15.


From: guix-commits
Subject: 03/31: gnu: Add rust-v-htmlescape-0.15.
Date: Fri, 4 Aug 2023 11:36:54 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit cadd17b44297d6032e78fe8d899319e5b7f3d68e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 3 11:52:36 2023 +0300

    gnu: Add rust-v-htmlescape-0.15.
    
    * gnu/packages/crates-io.scm (rust-v-htmlescape-0.15): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6139e04337..2a107e2f63 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -74809,6 +74809,25 @@ first byte.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]