me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-gg-alloc-1.

* gnu/packages/crates-io.scm (rust-gg-alloc-1): New variable.
Efraim Flashner 2023-10-01 16:24:41 +03:00
parent b83c6943fe
commit eb6705d441
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -27578,6 +27578,24 @@ getters and setters on fields.")
@acronym{GFA, Graphical Fragment Assembly} format.")
(license license:expat)))
(define-public rust-gg-alloc-1
(package
(name "rust-gg-alloc")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gg-alloc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fi2z9p5klgqbhgqxqxwz03j4axz4vf0s58mlndrxddy397i7r8y"))))
(build-system cargo-build-system)
(home-page "https://github.com/Badel2/gg-alloc")
(synopsis "Custom allocator that only returns pointers above 2G")
(description "This package provides a custom allocator that only returns
pointers above 2G.")
(license license:gpl3)))
(define-public rust-ghash-0.5
(package
(name "rust-ghash")