[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55030] [PATCH 07/30] gnu: Add elm-html.
From: |
Philip McGrath |
Subject: |
[bug#55030] [PATCH 07/30] gnu: Add elm-html. |
Date: |
Tue, 19 Apr 2022 19:31:51 -0400 |
* gnu/packages/elm.scm (elm-html): New variable.
---
gnu/packages/elm.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm
index af12804301..4ab7063adc 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -176,3 +176,23 @@ (define-public elm-virtual-dom
higher-level libraries directly.")
(license license:bsd-3)
(properties '((upstream-name . "elm/virtual-dom")))))
+
+(define-public elm-html
+ (package
+ (name "elm-html")
+ (version "1.0.0")
+ (source
+ (elm-package-origin
+ "elm/html"
+ version
+ (base32 "15k1679ja57vvlpinpv06znmrxy09lbhzfkzdc89i01qa8c4gb4a")))
+ (build-system elm-build-system)
+ (propagated-inputs
+ (list elm-virtual-dom
+ elm-json
+ elm-core))
+ (home-page "https://package.elm-lang.org/packages/elm/html/1.0.0")
+ (synopsis "Fast HTML, rendered with virtual DOM diffing")
+ (description "This package provides Elm's HTML rendering library.")
+ (license license:bsd-3)
+ (properties '((upstream-name . "elm/html")))))
--
2.32.0
- [bug#55030] [PATCH 10/30] gnu: Add elm-url., (continued)
- [bug#55030] [PATCH 10/30] gnu: Add elm-url., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 02/30] gnu: elm: Rename package to match the command., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 03/30] guix: Add elm-build-system and 'guix import elm'., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 12/30] gnu: Add elm-bytes., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 14/30] gnu: Add elm-http., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 08/30] gnu: Add elm-svg., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 11/30] gnu: Add elm-browser., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 15/30] gnu: Add elm-parser., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 05/30] build-system/elm: Add implicit Elm inputs., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 06/30] gnu: Add elm-virtual-dom., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 07/30] gnu: Add elm-html.,
Philip McGrath <=
- [bug#55030] [PATCH 13/30] gnu: Add elm-file., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 26/30] gnu: Add elm-justinmimbs-time-extra., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 25/30] gnu: Add elm-justinmimbs-date., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 20/30] gnu: Add elm-debois-elm-dom., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 24/30] gnu: Add elm-danhandrea-elm-time-extra., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 19/30] gnu: Add elm-todomvc., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 17/30] gnu: Add elm-explorations-markdown., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 22/30] gnu: Add elm-explorations-test., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 21/30] gnu: Add elm-random., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 23/30] gnu: Add elm-danhandrea-elm-date-format., Philip McGrath, 2022/04/19