gnu: Add erlang-katana-code.

* gnu/packages/erlang.scm (erlang-katana-code): New variable.

Change-Id: I9a564f452bbb72f0da112aa4774de62c1ccd5321
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-10 18:57:42 +02:00 committed by Ludovic Courtès
parent 5e841c59e2
commit 02aecafb6b
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.")
(license license:expat)))
(define-public erlang-katana-code
(package
(name "erlang-katana-code")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "katana_code" version))
(sha256
(base32 "0fhbkgs81ym7g6gnkvchls3r49bvgzg0rdfa60iciawxblxwdvsq"))))
(build-system rebar-build-system)
(synopsis "Functions useful for processing Erlang code.")
(description
"This package provides functions useful for processing Erlang code.")
(home-page "https://hexdocs.pm/katana_code/")
(license license:asl2.0)))
(define-public erlang-zipper
(package
(name "erlang-zipper")