GNU bug report logs -
#49462
[PATCH 0/6] gnu: Add rust-mdns-0.3.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Thu, 8 Jul 2021 04:08:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 49462 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-dns-parser-0.8): New variable.
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b694501af1..a891ac8dba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13516,6 +13516,33 @@ Google's diff-match-patch.")
system libraries.")
(license license:expat)))
+(define-public rust-dns-parser-0.8
+ (package
+ (name "rust-dns-parser")
+ (version "0.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "dns-parser" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1spv0psvxc31qg9xnqf0gmjclyiim7vp23r2b1gzf1ix8zlkply4"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-quick-error" ,rust-quick-error-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1))
+ #:cargo-development-inputs
+ (("rust-matches" ,rust-matches-0.1))))
+ (home-page "https://github.com/tailhook/dns-parser")
+ (synopsis "DNS protocol parser library")
+ (description "This package provide a DNS protocol parser library. It does
+not support network, only raw protocol parser.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-doc-comment-0.3
(package
(name "rust-doc-comment")
--
2.32.0
This bug report was last modified 4 years and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.