mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-nimble-options.
* gnu/packages/elixir-xyz.scm (elixir-nimble-options): New variable. Change-Id: If9039e3dc818cd57c0b39da34d6fe3f63e19965a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4070234f36
commit
d6c3f39d3a
1 changed files with 22 additions and 0 deletions
|
@ -369,6 +369,28 @@ literals, variables, or parametrically defined matchers.")
|
|||
(home-page "https://hexdocs.pm/machete/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-nimble-options
|
||||
(package
|
||||
(name "elixir-nimble-options")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "nimble_options" version))
|
||||
(sha256
|
||||
(base32 "0i0bcmpsc02ga2llakgcvnw734rqn2dzx0j8k2vc8hllr9q286w2"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-castore
|
||||
elixir-excoveralls))
|
||||
(synopsis
|
||||
"Validates and documents high-level options")
|
||||
(description
|
||||
"This package provides a tiny library for validating and documenting high-level
|
||||
options.")
|
||||
(home-page "https://hexdocs.pm/nimble_options/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-nimble-ownership
|
||||
(package
|
||||
(name "elixir-nimble-ownership")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue