[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v4 11/22] gnu: Add erlang-parse-trans.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v4 11/22] gnu: Add erlang-parse-trans. |
Date: |
Sun, 10 Apr 2022 20:57:09 +0200 |
* gnu/packages/erlang.scm (erlang-parse-trans): New variable.
---
gnu/packages/erlang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 351484b5d6..df6c722f68 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -360,6 +360,29 @@ of reusable Erlang components.")
arguments using the GNU getopt syntax.")
(license license:bsd-3)))
+(define-public erlang-parse-trans
+ (package
+ (name "erlang-parse-trans")
+ (version "3.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "parse_trans" version))
+ (sha256
+ (base32 "16p4c2xjrvz16kzpr9pmcvi6nxq6rwckqi9fp0ksibaxwxn402k2"))))
+ (build-system rebar3-build-system)
+ (inputs
+ (list erlang-getopt))
+ (home-page "https://github.com/uwiger/parse_trans")
+ (synopsis "Parse transform utilities for Erlang")
+ (description "This package captures some useful patterns in parse
+transformation and code generation for Erlang.
+
+For example generating standardized accessor functions for records or
+evaluating an expression at compile-time and substitute the result as a
+compile-time constant.")
+ (license license:asl2.0)))
+
(define-public erlang-providers
(package
(name "erlang-providers")
--
2.30.2
- [bug#54796] [PATCH v4 02/22] build-system: Add 'rebar3-build-system'., (continued)
- [bug#54796] [PATCH v4 02/22] build-system: Add 'rebar3-build-system'., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 01/22] import: Add hex.pm importer., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 03/22] gnu: Add erlang-cf., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 04/22] gnu: Add erlang-certifi., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 05/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 06/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 08/22] gnu: Add erlang-getopt., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 07/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 11/22] gnu: Add erlang-parse-trans.,
Hartmut Goebel <=
- [bug#54796] [PATCH v4 10/22] gnu: Add erlang-providers., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 13/22] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 15/22] gnu: Add erlang-edown., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 16/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 09/22] gnu: Add erlang-eunit-formatters., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 12/22] gnu: Add erlang-hex-core., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 14/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 19/22] gnu: Add rebar3., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 18/22] gnu: Add erlang-covertool., Hartmut Goebel, 2022/04/10