[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55030] [PATCH v2 14/34] gnu: Add elm-url.
From: |
Philip McGrath |
Subject: |
[bug#55030] [PATCH v2 14/34] gnu: Add elm-url. |
Date: |
Wed, 18 May 2022 14:11:01 -0400 |
* gnu/packages/elm.scm (elm-url): New variable.
---
gnu/packages/elm.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm
index 2b9ee3594a..d7d11e0d91 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -239,3 +239,31 @@ (define-public elm-time
"This package provides an Elm library for working with POSIX times, time
zones, formatting, and the clock.")
(license license:bsd-3)))
+
+(define-public elm-url
+ (package
+ (name "elm-url")
+ (version "1.0.0")
+ (source
+ (elm-package-origin
+ "elm/url"
+ version
+ (base32 "1f2ij4i7zmijnj2i50qf19lpkr14bhms8dkq029inb5mydi9f8gs")))
+ (build-system elm-build-system)
+ (propagated-inputs (list elm-core))
+ (home-page "https://package.elm-lang.org/packages/elm/url/1.0.0")
+ (synopsis
+ "Create and parse URLs in Elm")
+ (description
+ "This package helps you:
+
+@enumerate
+@item
+build new URLs; and
+
+@item
+parse existing URLs into nice Elm data structures.
+@end enumerate
+
+Use it for HTTP and for @dfn{routing} in @acronym{SPAs, single-page apps}.")
+ (license license:bsd-3)))
--
2.32.0
- [bug#55030] [PATCH v2 03/34] guix: Add elm-build-system., (continued)
- [bug#55030] [PATCH v2 03/34] guix: Add elm-build-system., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 04/34] gnu: Add elm-core and elm-json., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 01/34] gnu: elm-compiler: Update to 0.19.1., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 06/34] http-client: Accept '#:headers' in 'http-fetched/cached'., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 08/34] import: json: Accept '#:http-fetch' in 'json-fetch'., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 09/34] import: Add Elm importer., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 02/34] gnu: elm: Rename package to match the command., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 07/34] http-client: 'http-fetch/cached' converts strings to URIs., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 05/34] build-system/elm: Add implicit Elm inputs., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 13/34] gnu: Add elm-time., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 14/34] gnu: Add elm-url.,
Philip McGrath <=
- [bug#55030] [PATCH v2 10/34] gnu: Add elm-virtual-dom., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 12/34] gnu: Add elm-svg., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 11/34] gnu: Add elm-html., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 15/34] gnu: Add elm-browser., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 22/34] gnu: elm: Support 'elm reactor'., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 21/34] gnu: Add elm-explorations-markdown., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 23/34] gnu: Add elm-todomvc., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 24/34] gnu: Add elm-debois-elm-dom., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 16/34] gnu: Add elm-bytes., Philip McGrath, 2022/05/18
- [bug#55030] [PATCH v2 18/34] gnu: Add elm-http., Philip McGrath, 2022/05/18