me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-luerl.

* gnu/packages/erlang-xyz.scm (erlang-luerl): New variable.

Change-Id: I6864986aab58ee970a8313a81dd4b045711365e9
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev via Guix-patches via 2024-08-05 13:44:38 +03:00 committed by Andrew Tropin
parent aa18765521
commit 0ab5cdf2bd
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 16 additions and 0 deletions

View File

@ -27,6 +27,22 @@
#:use-module (guix packages)
#:use-module (guix utils))
(define-public erlang-luerl
(package
(name "erlang-luerl")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "luerl" version))
(sha256
(base32 "0paj3gr0kn8v9g6wmdnz1f16q0iy1pb83zbqsalzbw2g17vd9bww"))))
(build-system rebar-build-system)
(synopsis "Implementation of Lua on Erlang")
(description "This package provides implementation of Lua on Erlang.")
(home-page "https://hex.pm/packages/luerl")
(license license:asl2.0)))
(define-public erlang-jose
(package
(name "erlang-jose")