mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5e841c59e2
commit
02aecafb6b
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.")
|
||||
(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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue