GNU bug report logs - #58460
[PATCH] gnu: Add erlang-yamerl.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 12 Oct 2022 01:08:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#58460: closed (Re: [bug#58460] [PATCH] gnu: Add erlang-yamerl.)
Date: Mon, 12 Dec 2022 22:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58460: [PATCH] gnu: Add erlang-yamerl.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58460 <at> debbugs.gnu.org.

-- 
58460: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58460
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: 58460-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#58460] [PATCH] gnu: Add erlang-yamerl.
Date: Mon, 12 Dec 2022 22:53:42 +0000
[Message part 3 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/erlang.scm (erlang-yamerl): New variable.
> ---
>  gnu/packages/erlang.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)

I've now tweaked the description and pushed this to master as
1d160f41f5e973ea2bbbf8bc80d216b5d9b0974c.

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add erlang-yamerl.
Date: Tue, 11 Oct 2022 20:07:22 -0500
* gnu/packages/erlang.scm (erlang-yamerl): New variable.
---
 gnu/packages/erlang.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 0e9d79f2ee..973d668553 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -281,6 +281,26 @@ (define-public erlang-cf
 printing extending the io:format syntax to add colours.")
     (license license:expat)))
 
+(define-public erlang-yamerl
+  (package
+    (name "erlang-yamerl")
+    (version "0.10.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             ;; There are no tests included on Hex.
+             (url "https://github.com/yakaz/yamerl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0if8abgmispcfk7zhd0a5dndzwzbsmqrbyrm5shk375r2dbbwak6"))))
+    (build-system rebar-build-system)
+    (synopsis "YAML and JSON parser in pure Erlang")
+    (description "YAML and JSON parser in pure Erlang.")
+    (home-page "https://hexdocs.pm/yamerl/")
+    (license license:bsd-2)))
+
 (define-public erlang-covertool
   (package
     (name "erlang-covertool")
-- 
2.38.0




This bug report was last modified 2 years and 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.