[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72474] [PATCH 19/30] gnu: Add erlang-fast-xml.
From: |
Igor Goryachev |
Subject: |
[bug#72474] [PATCH 19/30] gnu: Add erlang-fast-xml. |
Date: |
Mon, 5 Aug 2024 13:44:52 +0300 |
* gnu/packages/erlang-xyz.scm (erlang-fast-xml): New variable.
Change-Id: Id005f375b99f77b8e9e8e318b6c82d1f256a5fd2
---
gnu/packages/erlang-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index d534cc4c6f..f0d62e1679 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -326,6 +326,33 @@ (define-public erlang-stun
(home-page "https://hex.pm/packages/stun")
(license license:asl2.0)))
+(define-public erlang-fast-xml
+ (package
+ (name "erlang-fast-xml")
+ (version "1.1.52")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "fast_xml" version))
+ (sha256
+ (base32 "1z8vrpnjx8y9qfqhhj4is8k4lzvjlnzhp6d62r8bdlh61qwr4lbr"))))
+ (build-system rebar-build-system)
+ (inputs (list erlang-p1-utils))
+ (native-inputs (list erlang-pc))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'set-environment
+ (lambda _
+ (setenv "HOME" "/tmp")
+ (setenv "CC" "gcc"))))))
+ (synopsis "Fast Expat-based Erlang/Elixir XML parsing library")
+ (description "This package provides fast Expat-based Erlang/Elixir XML
+parsing library.")
+ (home-page "https://hex.pm/packages/fast_xml")
+ (license license:asl2.0)))
+
(define-public erlang-unicode-util-compat
(package
(name "erlang-unicode-util-compat")
--
2.45.2
- [bug#72474] [PATCH 04/30] gnu: Add erlang-provider-asn1., (continued)
- [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, 2024/08/05
- [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 <=
- [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
- [bug#72474] [PATCH 15/30] gnu: Add erlang-pkix., Igor Goryachev, 2024/08/05
- bug#72474: [PATCH 00/30] Add ejabberd package., Andrew Tropin, 2024/08/05