mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add rust-debugger-test-parser-0.1.
* gnu/packages/crates-io.scm (rust-debugger-test-parser-0.1): New variable.
This commit is contained in:
parent
784f45db06
commit
83dd03f12f
1 changed files with 25 additions and 0 deletions
|
@ -17047,6 +17047,31 @@ type.")
|
|||
the Debug trait manually.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-debugger-test-parser-0.1
|
||||
(package
|
||||
(name "rust-debugger-test-parser")
|
||||
(version "0.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "debugger-test-parser" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xcyxw0si7j4h701aksdd08j8jmrzc58833g66wm4xvp592kdrgb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-regex" ,rust-regex-1))))
|
||||
(home-page
|
||||
"https://github.com/microsoft/rust_debugger_test/debugger_test_parser")
|
||||
(synopsis "Library for parsing debugger output")
|
||||
(description
|
||||
"This package provides a library for parsing the output of a debugger and
|
||||
verifying the contents.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-decimal-2
|
||||
(package
|
||||
(name "rust-decimal")
|
||||
|
|
Loading…
Reference in a new issue