gnu: Add rust-netmap-sys-0.1.
* gnu/packages/crates-io.scm (rust-netmap-sys-0.1): New variable. Change-Id: I84fa7a1f3cc319ae48035be4ec154f07e56149a4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
efcb420ecf
commit
e35730cae5
|
@ -48197,6 +48197,28 @@ types as proposed in RFC 1158.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-netmap-sys-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-netmap-sys")
|
||||||
|
(version "0.1.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "netmap_sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wgwjx2hdqbjvdpccqb0cg4gjxazgxfz8s966bq5g8z56xik95a5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-libc" ,rust-libc-0.2))))
|
||||||
|
(home-page "http://info.iet.unipi.it/~luigi/netmap/")
|
||||||
|
(synopsis "Bindings to netmap")
|
||||||
|
(description
|
||||||
|
"This crate provides bindings to netmap, the fast packet I/O framework.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public rust-nettle-7
|
(define-public rust-nettle-7
|
||||||
(package
|
(package
|
||||||
(name "rust-nettle")
|
(name "rust-nettle")
|
||||||
|
|
Reference in New Issue