guix-commits
[Top][All Lists]
Advanced

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

167/272: gnu: Add rust-eml-parser-0.1.


From: guix-commits
Subject: 167/272: gnu: Add rust-eml-parser-0.1.
Date: Sat, 13 Feb 2021 05:54:48 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit af3ba22663c17990b75bd23ddf17447f93b0d18d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 17:22:47 2021 +0100

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 51d1679..a4f9245 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32122,6 +32122,28 @@ the file-system during development.")
     (description "This package provides utilities for @code{rust-embed}.")
     (license license:expat)))
 
+(define-public rust-eml-parser-0.1
+  (package
+    (name "rust-eml-parser")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "eml-parser" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0f82z4ryz4wchr0n99gj20s093ygx8ps0dqq6pr01ljcw8a0vqyr"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-regex" ,rust-regex-1))))
+    (home-page "https://github.com/aeshirey/EmlParser/";)
+    (synopsis "Library for parsing @file{.eml} files")
+    (description
+     "This package provides a library for parsing @file{.eml} files.")
+    (license license:asl2.0)))
+
 (define-public rust-rust-hawktracer-0.7
   (package
     (name "rust-rust-hawktracer")



reply via email to

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