guix-commits
[Top][All Lists]
Advanced

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

291/330: gnu: Add rust-rfc7239-0.1.


From: guix-commits
Subject: 291/330: gnu: Add rust-rfc7239-0.1.
Date: Mon, 18 Mar 2024 07:16:39 -0400 (EDT)

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

commit 8407d66a6f40c1184eca708185458a00f8a360bc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 12:01:34 2024 +0200

    gnu: Add rust-rfc7239-0.1.
    
    * gnu/packages/crates-web.scm (rust-rfc7239-0.1): New variable.
    
    Change-Id: Ib8d03c36a62438a15822f0ff427f147feee90894
---
 gnu/packages/crates-web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index da5910152c..868b2ec60f 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -4462,6 +4462,25 @@ in the Rust programming language.")
     (inputs
      (list openssl))))
 
+(define-public rust-rfc7239-0.1
+  (package
+    (name "rust-rfc7239")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "rfc7239" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0ixsyn8y2jfhfqnhwivgil3cvdr4jdr5s0nr7gqq3d3yryrifwq8"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-uncased" ,rust-uncased-0.9))))
+    (home-page "https://github.com/icewind1991/rfc7239";)
+    (synopsis "Parser for rfc7239 formatted Forwarded headers")
+    (description "Parser for rfc7239 formatted Forwarded headers.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-rocket-0.5
   (package
     (name "rust-rocket")



reply via email to

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