1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: Add erlang-erlydtl.

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

Change-Id: I85225ee87953c5d0745b9f20c57076081a138056
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
This commit is contained in:
Divya Ranjan
2026-03-06 06:42:13 +00:00
committed by Giacomo Leidi
parent 0018ff0b42
commit 976a671408

View File

@@ -157,6 +157,26 @@ for manipulating Web protocols.")
(home-page "https://hex.pm/packages/erlang_color")
(license license:expat)))
(define-public erlang-erlydtl
(package
(name "erlang-erlydtl")
(version "0.15.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/erlydtl/erlydtl")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00p194jgmvzqza7xr7fdm2n091ymkyy66aj4gc82n0kzdlh03vbm"))))
(build-system rebar-build-system)
(synopsis "Django templates for Erlang")
(description
"ErlyDTL compiles Django Template Language to Erlang bytecode.")
(home-page "https://github.com/erlydtl/erlydtl")
(license license:expat)))
(define-public erlang-exometer-core
(package
(name "erlang-exometer-core")