me
/
guix
Archived
1
0
Fork 0

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
VÖRÖSKŐI András 2023-11-11 16:35:36 +01:00 committed by Efraim Flashner
parent efcb420ecf
commit e35730cae5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -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")