[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72474] [PATCH 21/30] gnu: Add erlang-yconf.
From: |
Igor Goryachev |
Subject: |
[bug#72474] [PATCH 21/30] gnu: Add erlang-yconf. |
Date: |
Mon, 5 Aug 2024 13:44:54 +0300 |
* gnu/packages/erlang-xyz.scm (erlang-yconf): New variable.
Change-Id: I01618befa77933613a60defca2a8c25067754e49
---
gnu/packages/erlang-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 7d03590639..565de27608 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -384,6 +384,23 @@ (define-public erlang-fast-yaml
(home-page "https://hex.pm/packages/fast_yaml")
(license license:asl2.0)))
+(define-public erlang-yconf
+ (package
+ (name "erlang-yconf")
+ (version "1.0.16")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "yconf" version))
+ (sha256
+ (base32 "12bcb0w0nc30bws4lx2ghnz7n755r6nf9a75nb3i31zkfcr82iz9"))))
+ (build-system rebar-build-system)
+ (inputs (list erlang-fast-yaml))
+ (synopsis "YAML configuration processor")
+ (description "This package provides YAML configuration processor.")
+ (home-page "https://hex.pm/packages/yconf")
+ (license license:asl2.0)))
+
(define-public erlang-unicode-util-compat
(package
(name "erlang-unicode-util-compat")
--
2.45.2
- [bug#72474] [PATCH 17/30] gnu: Add erlang-fast-tls., (continued)
- [bug#72474] [PATCH 17/30] gnu: Add erlang-fast-tls., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 23/30] gnu: Add erlang-p1-acme., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 26/30] gnu: Add erlang-p1-mysql., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 30/30] gnu: Add ejabberd., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 04/30] gnu: Add erlang-provider-asn1., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 05/30] gnu: Add erlang-luerl., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 06/30] gnu: Add erlang-p1-utils., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 08/30] gnu: Add erlang-idna., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 07/30] gnu: Add erlang-unicode-util-compat., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 12/30] gnu: Add erlang-mqtree., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 21/30] gnu: Add erlang-yconf.,
Igor Goryachev <=
- [bug#72474] [PATCH 20/30] gnu: Add erlang-fast-yaml., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 24/30] gnu: Add erlang-xmpp., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 27/30] gnu: Add erlang-p1-pgsql., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 19/30] gnu: Add erlang-fast-xml., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 29/30] gnu: Add erlang-eredis., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 22/30] gnu: Add erlang-epam., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 14/30] gnu: Add erlang-p1-oauth2., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 28/30] gnu: Add erlang-sqlite3., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 18/30] gnu: Add erlang-stun., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 25/30] gnu: Add erlang-esip., Igor Goryachev, 2024/08/05