mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-arrows.
* gnu/packages/elixir-xyz.scm (elixir-arrows): New variable. Change-Id: I302fc35aa8d23d033c9f4a25be4aea394b69553a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9f2cf24a7a
commit
08bd6c57ad
1 changed files with 17 additions and 0 deletions
|
@ -170,6 +170,23 @@ providing @code{Access} behaviour for custom structs.")
|
||||||
(home-page "https://hexdocs.pm/accessible/")
|
(home-page "https://hexdocs.pm/accessible/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-arrows
|
||||||
|
(package
|
||||||
|
(name "elixir-arrows")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "arrows" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "17gv9xlf6kysa678b421gsvbrlfymvk03mk6rqmphygxyal1ppn3"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(synopsis "Handful of (mostly) arrow macros for Elixir")
|
||||||
|
(description "This package provides @code{elixir-arrows}, a library
|
||||||
|
implementing a handful of (mostly) arrow macros.")
|
||||||
|
(home-page "https://hexdocs.pm/arrows/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public elixir-bunt
|
(define-public elixir-bunt
|
||||||
(package
|
(package
|
||||||
(name "elixir-bunt")
|
(name "elixir-bunt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue