mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add rust-compose-spec.
* gnu/packages/crates-io.scm (rust-compose-spec-0.2): New variable. Change-Id: I5c6df4dad32a6ef7714b39b36bf8afcaaf56d05c
This commit is contained in:
parent
3ea6197091
commit
594dc3a793
1 changed files with 30 additions and 0 deletions
|
|
@ -21733,6 +21733,36 @@ This project is a fork of Faraday's boondock.")
|
|||
(description
|
||||
"This package provides Procedural macros for use in the compose_spec crate.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-compose-spec-0.2
|
||||
(package
|
||||
(name "rust-compose-spec")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "compose_spec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17h8g1mrwk8yphqxfhdgyvn5hpagmm5p3p8p6yxh23hl3d6zdshi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-compose-spec-macros" ,rust-compose-spec-macros-0.1)
|
||||
("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-ipnet" ,rust-ipnet-2)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-yaml" ,rust-serde-yaml-0.9)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://github.com/k9withabone/compose_spec_rs")
|
||||
(synopsis "Types for (de)serializing from/to the compose-spec")
|
||||
(description
|
||||
"This package provides types for (de)serializing from/to compose-spec, a
|
||||
container description format.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-docmatic-0.1
|
||||
(package
|
||||
(name "rust-docmatic")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue