mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Add erlang-yamerl.
* gnu/packages/erlang.scm (erlang-yamerl): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
e4fd04fb92
commit
1d160f41f5
1 changed files with 22 additions and 0 deletions
|
@ -281,6 +281,28 @@ Mozilla's canonical set.")
|
||||||
printing extending the io:format syntax to add colours.")
|
printing extending the io:format syntax to add colours.")
|
||||||
(license license:expat)))
|
(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
|
||||||
|
"Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as
|
||||||
|
JSON documents.")
|
||||||
|
(home-page "https://hexdocs.pm/yamerl/")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public erlang-covertool
|
(define-public erlang-covertool
|
||||||
(package
|
(package
|
||||||
(name "erlang-covertool")
|
(name "erlang-covertool")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue