mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-c-linked-list-1.
* gnu/packages/crates-io.scm (rust-c-linked-list-1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a0c4465e7c
commit
1605b444f3
1 changed files with 19 additions and 0 deletions
|
@ -6646,6 +6646,25 @@ (define-public rust-bzip2-sys-0.1
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue