[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/23: gnu: Add erlang-getopt.
From: |
guix-commits |
Subject: |
09/23: gnu: Add erlang-getopt. |
Date: |
Wed, 15 Jun 2022 05:05:33 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit a6b7caa1908822fe276e7f39e9d1495a67afcca8
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sat May 23 22:05:11 2020 +0200
gnu: Add erlang-getopt.
* gnu/packages/erlang.scm (erlang-getopt): New variable.
---
gnu/packages/erlang.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index e9c026be5a..f6e9a27ac2 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -326,3 +326,20 @@ outputs you want to be readable around all that noise they
contain.")
(description "Erlware Commons is an Erlware project focused on all aspects
of reusable Erlang components.")
(license license:expat)))
+
+(define-public erlang-getopt
+ (package
+ (name "erlang-getopt")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "getopt" version))
+ (sha256
+ (base32 "09pasi7ki1rivw9sl7xndj5qgjbdqvcscxk83yk85yr28gm9l0m0"))))
+ (build-system rebar-build-system)
+ (home-page "https://github.com/jcomellas/getopt")
+ (synopsis "Command-line options parser for Erlang")
+ (description "This package provides an Erlang module to parse command line
+arguments using the GNU getopt syntax.")
+ (license license:bsd-3)))
- 13/23: gnu: Add erlang-hex-core., (continued)
- 13/23: gnu: Add erlang-hex-core., guix-commits, 2022/06/15
- 23/23: gnu: Add rebar3-proper., guix-commits, 2022/06/15
- 22/23: gnu: Add rebar3-git-vsn., guix-commits, 2022/06/15
- 20/23: gnu: Add rebar3., guix-commits, 2022/06/15
- 15/23: gnu: Add erlang-relx., guix-commits, 2022/06/15
- 11/23: gnu: Add erlang-providers., guix-commits, 2022/06/15
- 02/23: build-system: Add 'rebar-build-system'., guix-commits, 2022/06/15
- 01/23: Revert "Add (guix extracting-download).", guix-commits, 2022/06/15
- 05/23: gnu: Add erlang-certifi., guix-commits, 2022/06/15
- 06/23: gnu: Add erlang-erlware-commons., guix-commits, 2022/06/15
- 09/23: gnu: Add erlang-getopt.,
guix-commits <=
- 18/23: gnu: Add erlang-proper., guix-commits, 2022/06/15
- 14/23: gnu: Add erlang-ssl-verify-fun., guix-commits, 2022/06/15
- 19/23: gnu: Add erlang-covertool., guix-commits, 2022/06/15
- 21/23: gnu: Add rebar3-raw-deps., guix-commits, 2022/06/15
- 08/23: gnu: Add erlang-bbmustache., guix-commits, 2022/06/15
- 10/23: gnu: Add erlang-eunit-formatters., guix-commits, 2022/06/15
- 12/23: gnu: Add erlang-parse-trans., guix-commits, 2022/06/15
- 16/23: gnu: Add erlang-edown., guix-commits, 2022/06/15