guix-commits
[Top][All Lists]
Advanced

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

05/21: gnu: Add rust-debugger-test-parser-0.1.


From: guix-commits
Subject: 05/21: gnu: Add rust-debugger-test-parser-0.1.
Date: Fri, 30 Sep 2022 10:13:43 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 83dd03f12f1bf4768f7e88ddd324d61d7f93c6ab
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 28 18:24:38 2022 +0300

    gnu: Add rust-debugger-test-parser-0.1.
    
    * gnu/packages/crates-io.scm (rust-debugger-test-parser-0.1): New
    variable.
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 114a00478d..dec7aa45db 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")



reply via email to

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