me
/
guix
Archived
1
0
Fork 0

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>
master
Wilko Meyer 2024-01-08 02:54:05 +01:00 committed by Efraim Flashner
parent d901202543
commit ea2e5d3426
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -83506,6 +83506,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")