[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 14/22] gnu: Add erlang-edown.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 14/22] gnu: Add erlang-edown. |
Date: |
Fri, 8 Apr 2022 19:03:47 +0200 |
* gnu/packages/erlang.scm (erlang-edown): New variable.
---
gnu/packages/erlang.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 626043a1b5..1a4ff36abb 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -300,6 +300,23 @@ printing extending the io:format syntax to add colours.")
outputs you want to be readable around all that noise they contain.")
(license license:bsd-3)))
+(define-public erlang-edown
+ (package
+ (name "erlang-edown")
+ (version "0.8.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "edown" version))
+ (sha256
+ (base32 "0ij47gvgs6yfqphj0f54qjzj18crj8y1dsjjlzpp3dp8pscqzbqw"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/uwiger/edown")
+ (synopsis "Markdown extension for EDoc")
+ (description "This package provides an extension for EDoc for generating
+Markdown.")
+ (license license:asl2.0)))
+
(define-public erlang-erlware-commons
(package
(name "erlang-erlware-commons")
--
2.30.2
- [bug#54796] [PATCH v3 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 03/22] gnu: Add erlang-certifi., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 14/22] gnu: Add erlang-edown.,
Hartmut Goebel <=
- [bug#54796] [PATCH v3 06/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 16/22] gnu: Add erlang-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 04/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/08