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
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-c-linked-list-1): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7b3fea5859..67c8960848 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6588,6 +6588,25 @@ representation, with support for both SI and binary units.")
exposed as Reader/Writer streams.")
(license (list license:expat license:asl2.0))))
+(define-public rust-c-linked-list-1
+ (package
+ (name "rust-c-linked-list")
+ (version "1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "c_linked_list" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0jvjr3233wqgx6li65kciqpg354pvb0cv1i8hc71ka5lsf5m2r29"))))
+ (build-system cargo-build-system)
+ (home-page "https://canndrew.org/rust-doc/c_linked_list/")
+ (synopsis "Utilities for handling NULL-terminated C linked lists")
+ (description "This package provides utilities for handling
+NULL-terminated C linked lists.")
+ (license (list license:expat license:bsd-3))))
+
(define-public rust-c2-chacha-0.2
(package
(name "rust-c2-chacha")
--
2.32.0
This bug report was last modified 4 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.