mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add rust-psm-0.1.
* gnu/packages/crates-io.scm (rust-psm-0.1): New variable.
This commit is contained in:
parent
5c34a8e464
commit
ff1baf1c86
1 changed files with 23 additions and 0 deletions
|
@ -8912,6 +8912,29 @@ (define-public rust-proptest-0.9
|
||||||
"Hypothesis-like property-based testing and shrinking.")
|
"Hypothesis-like property-based testing and shrinking.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-psm-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-psm")
|
||||||
|
(version "0.1.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "psm" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1q1hdbnp2j3zz1vhzp1xhds6ynan3mg5bhjlhfy5m1sg8n5wckxi"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-cc" ,rust-cc-1.0))))
|
||||||
|
(home-page "https://github.com/rust-lang/stacker/")
|
||||||
|
(synopsis "Stack manipulation and introspection routines")
|
||||||
|
(description "This crate provides very portable functions to control the
|
||||||
|
stack pointer and inspect the properties of the stack.")
|
||||||
|
(license (list license:isc license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-pulldown-cmark-0.4
|
(define-public rust-pulldown-cmark-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-pulldown-cmark")
|
(name "rust-pulldown-cmark")
|
||||||
|
|
Loading…
Reference in a new issue