diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-19 15:53:33 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:44 +0200 |
| commit | c22552010cd3d99b9ab53f93930fb07f7deb4768 (patch) | |
| tree | 5f95499f6d471b3390c84b865810cf3bb2de1012 | |
| parent | 6317427a2304f09fe483650ccfcf14c4309943b3 (diff) | |
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>
| -rw-r--r-- | gnu/packages/elixir-markup.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/elixir-markup.scm b/gnu/packages/elixir-markup.scm index 85d3e5206e6..928cdddc259 100644 --- a/gnu/packages/elixir-markup.scm +++ b/gnu/packages/elixir-markup.scm | |||
| @@ -140,6 +140,23 @@ item A @code{String.Chars} implementation to convert them to text | |||
| 140 | (home-page "https://hexdocs.pm/ex_doc/") | 140 | (home-page "https://hexdocs.pm/ex_doc/") |
| 141 | (license license:asl2.0))) | 141 | (license license:asl2.0))) |
| 142 | 142 | ||
| 143 | (define-public elixir-html-entities | ||
| 144 | (package | ||
| 145 | (name "elixir-html-entities") | ||
| 146 | (version "0.5.2") | ||
| 147 | (source | ||
| 148 | (origin | ||
| 149 | (method url-fetch) | ||
| 150 | (uri (hexpm-uri "html_entities" version)) | ||
| 151 | (sha256 | ||
| 152 | (base32 "1k7xyj0q38ms3n5hbn782pa6w1vgd6biwlxr4db6319l828a6fy5")))) | ||
| 153 | (build-system mix-build-system) | ||
| 154 | (synopsis "Decode and encode HTML entities in a string") | ||
| 155 | (description "This library provides an Elixir module to decode and encode | ||
| 156 | HTML entities in a string.") | ||
| 157 | (home-page "https://hexdocs.pm/html_entities/") | ||
| 158 | (license license:expat))) | ||
| 159 | |||
| 143 | (define-public elixir-floki | 160 | (define-public elixir-floki |
| 144 | (package | 161 | (package |
| 145 | (name "elixir-floki") | 162 | (name "elixir-floki") |
