mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-planus-0.3.
* gnu/packages/crates-io.scm (rust-planus-0.3): New variable. Change-Id: I410644d1faa973b27714583c8729210e3e58da1c
This commit is contained in:
parent
bc2b525cff
commit
782af2a5a8
1 changed files with 23 additions and 0 deletions
|
@ -49255,6 +49255,29 @@ (define-public rust-plain-0.2
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-planus-0.3
|
||||
(package
|
||||
(name "rust-planus")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "planus" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17x8mr175b9clg998xpi5z45f9fsspb0ncfnx2644bz817fr25pw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `planus_example`
|
||||
#:cargo-inputs (("rust-array-init-cursor" ,rust-array-init-cursor-0.2))
|
||||
#:cargo-development-inputs (("rust-rand" ,rust-rand-0.8))))
|
||||
(home-page "https://github.com/planus-org/planus")
|
||||
(synopsis "Alternative compiler for flatbuffers")
|
||||
(description
|
||||
"Planus is an alternative compiler for flatbuffers, a cross platform
|
||||
serialization library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-platform-info-2
|
||||
(package
|
||||
(name "rust-platform-info")
|
||||
|
|
Loading…
Reference in a new issue