guix-commits
[Top][All Lists]
Advanced

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

32/37: gnu: Add rust-vtparse-0.6.


From: guix-commits
Subject: 32/37: gnu: Add rust-vtparse-0.6.
Date: Thu, 18 Jan 2024 13:27:06 -0500 (EST)

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

commit aea8085bbae82046518e3972fe7891dad77fa5ee
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:54:05 2024 +0100

    gnu: Add rust-vtparse-0.6.
    
    * gnu/packages/crates-io.scm (rust-vtparse-0.6): New variable.
    
    Change-Id: I91f23a5cf4bc5206930e09506612f670b4eef94b
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f8936296bc..c60659b85d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83475,6 +83475,26 @@ hardware registers.")
      "This package provides a proc macro for generating VTE state changes.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-vtparse-0.6
+  (package
+    (name "rust-vtparse")
+    (version "0.6.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "vtparse" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1l5yz9650zhkaffxn28cvfys7plcw2wd6drajyf41pshn37jm6vd"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-utf8parse" ,rust-utf8parse-0.2))
+       #:cargo-development-inputs (("rust-k9" ,rust-k9-0.11))))
+    (home-page "https://github.com/wez/wezterm";)
+    (synopsis "Low level escape sequence parser")
+    (description "Low level escape sequence parser.")
+    (license license:expat)))
+
 (define-public rust-wait-timeout-0.2
   (package
     (name "rust-wait-timeout")



reply via email to

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