* [bug#58460] [PATCH] gnu: Add erlang-yamerl.
@ 2022-10-12 1:07 jgart via Guix-patches via
2022-12-12 22:53 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-12 1:07 UTC (permalink / raw)
To: 58460; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#58460] [PATCH] gnu: Add erlang-yamerl.
2022-10-12 1:07 [bug#58460] [PATCH] gnu: Add erlang-yamerl jgart via Guix-patches via
@ 2022-12-12 22:53 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-12-12 22:53 UTC (permalink / raw)
To: jgart; +Cc: 58460-done, 58460
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
jgart via Guix-patches via <guix-patches@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-12 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12 1:07 [bug#58460] [PATCH] gnu: Add erlang-yamerl jgart via Guix-patches via
2022-12-12 22:53 ` Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).