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:
Giacomo Leidi 2025-09-10 18:57:27 +02:00 committed by Ludovic Courtès
parent 5ae28fe5eb
commit 5e841c59e2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"))