mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-earmark-parser.
* gnu/packages/elixir-markup.scm (elixir-earmark-parser): New variable. Change-Id: I7a0d255d2c5b6ff2738dad13e177777136f03f7c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d86df775db
commit
ef9434698a
1 changed files with 18 additions and 0 deletions
|
@ -45,6 +45,24 @@ Earmark and @code{EarmarkParser} tests.")
|
|||
(home-page "https://hexdocs.pm/earmark_ast_dsl/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-earmark-parser
|
||||
(package
|
||||
(name "elixir-earmark-parser")
|
||||
(version "1.4.44")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "earmark_parser" version))
|
||||
(sha256
|
||||
(base32 "0l1758nwqf39yg2mgx3d9zfgz2f9i44h7xqmj9csa0a75dssqy27"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-earmark-ast-dsl elixir-excoveralls elixir-floki))
|
||||
(synopsis "AST parser and generator for Markdown")
|
||||
(description "This package providesAST parser and generator for Markdown.")
|
||||
(home-page "https://hexdocs.pm/earmark_parser/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-easyhtml
|
||||
(package
|
||||
(name "elixir-easyhtml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue