gnu: Add rust-tikv-jemalloc-ctl-0.4.
* gnu/packages/crates-io.scm (rust-tikv-jemalloc-ctl-0.4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
89038e0234
commit
83e80943c8
|
@ -44953,6 +44953,39 @@ fixed set of worker threads.")
|
||||||
"This package provides a Rust allocator backed by jemalloc.")
|
"This package provides a Rust allocator backed by jemalloc.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-tikv-jemalloc-ctl-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-tikv-jemalloc-ctl")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "tikv-jemalloc-ctl" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pqs08dgnnrgbib8syldxmm8cjgyz80scs9i8jgn6mw86gj8137j"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-paste" ,rust-paste-0.1)
|
||||||
|
("rust-tikv-jemalloc-sys"
|
||||||
|
,rust-tikv-jemalloc-sys-0.4))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-tikv-jemallocator"
|
||||||
|
,rust-tikv-jemallocator-0.4))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/tikv/jemallocator")
|
||||||
|
(synopsis
|
||||||
|
"safe wrapper over jemalloc's control and introspection APIs")
|
||||||
|
(description
|
||||||
|
"This package provides a safe wrapper over jemalloc's control and
|
||||||
|
introspection APIs.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-time-0.2
|
(define-public rust-time-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-time")
|
(name "rust-time")
|
||||||
|
|
Reference in New Issue