mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-html-entities.
* gnu/packages/elixir-markup.scm (elixir-html-entities): New variable. Change-Id: I0b280502c6d66c40dea95f1bfe9a3ff2e98e2f80 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6317427a23
commit
c22552010c
1 changed files with 17 additions and 0 deletions
|
@ -140,6 +140,23 @@ item A @code{String.Chars} implementation to convert them to text
|
||||||
(home-page "https://hexdocs.pm/ex_doc/")
|
(home-page "https://hexdocs.pm/ex_doc/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-html-entities
|
||||||
|
(package
|
||||||
|
(name "elixir-html-entities")
|
||||||
|
(version "0.5.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "html_entities" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1k7xyj0q38ms3n5hbn782pa6w1vgd6biwlxr4db6319l828a6fy5"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(synopsis "Decode and encode HTML entities in a string")
|
||||||
|
(description "This library provides an Elixir module to decode and encode
|
||||||
|
HTML entities in a string.")
|
||||||
|
(home-page "https://hexdocs.pm/html_entities/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-floki
|
(define-public elixir-floki
|
||||||
(package
|
(package
|
||||||
(name "elixir-floki")
|
(name "elixir-floki")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue