mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add erlang-zipper.
* gnu/packages/erlang.scm (erlang-zipper): New variable. Change-Id: Ibbd81e94085a6ff5a33c2694fce7c29e7975a6d2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5ae28fe5eb
commit
5e841c59e2
1 changed files with 17 additions and 0 deletions
|
@ -309,6 +309,23 @@ Mozilla's canonical set.")
|
||||||
printing extending the io:format syntax to add colours.")
|
printing extending the io:format syntax to add colours.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public erlang-zipper
|
||||||
|
(package
|
||||||
|
(name "erlang-zipper")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "zipper" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0dbmxy5f86pmc85b1maassygnnf7n2bxapnbc2cc1wryx0xchi26"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(synopsis "Generic Zipper implementation for Erlang")
|
||||||
|
(description "This package provides a generic Zipper implementation
|
||||||
|
for Erlang.")
|
||||||
|
(home-page "https://hexdocs.pm/zipper/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public erlang-yamerl
|
(define-public erlang-yamerl
|
||||||
(let ((commit "a24f448c0a8084f70b751dc38621047e56fb53cc")
|
(let ((commit "a24f448c0a8084f70b751dc38621047e56fb53cc")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue