[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add ocaml-uri.
From: |
julien lepiller |
Subject: |
02/10: gnu: Add ocaml-uri. |
Date: |
Wed, 27 Sep 2017 15:28:11 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 3dabefeef4aab9a0c0dc69e30bbbdd0e2ff15059
Author: Julien Lepiller <address@hidden>
Date: Thu Sep 21 20:33:33 2017 +0200
gnu: Add ocaml-uri.
* gnu/packages/ocaml.scm (ocaml-uri): New variable.
---
gnu/packages/ocaml.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f3ebb28..b4b4f23 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3227,6 +3227,32 @@ the need to write signal code, which is useful for quick
scripts that manipulate
JSON.")
(license license:isc)))
+(define-public ocaml-uri
+ (package
+ (name "ocaml-uri")
+ (version "1.9.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
"https://github.com/mirage/ocaml-uri/archive/v"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "02bzrag79prx261rxf9mlak749pwf4flpfl8p012x1xznv9m0clc"))
+ (file-name (string-append name "-" version ".tar.gz"))))
+ (build-system ocaml-build-system)
+ (native-inputs
+ `(("ounit" ,ocaml-ounit)))
+ (propagated-inputs
+ `(("ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
+ ("re" ,ocaml-re)
+ ("ppx-deriving" ,ocaml-ppx-deriving)
+ ("sexplib" ,ocaml-sexplib)
+ ("stringext" ,ocaml-stringext)))
+ (home-page "https://github.com/mirage/ocaml-uri")
+ (synopsis "RFC3986 URI/URL parsing library")
+ (description "OCaml-uri is a library for parsing URI/URL in the RFC3986
format.")
+ (license license:isc)))
+
(define-public coq-flocq
(package
(name "coq-flocq")
- branch master updated (cb1e0cf -> 408091d), julien lepiller, 2017/09/27
- 01/10: gnu: Add ocaml-ezjsonm., julien lepiller, 2017/09/27
- 02/10: gnu: Add ocaml-uri.,
julien lepiller <=
- 05/10: gnu: Add ocaml-piqilib., julien lepiller, 2017/09/27
- 06/10: gnu: Add ocaml-uuidm., julien lepiller, 2017/09/27
- 03/10: gnu: Add ocaml-easy-format., julien lepiller, 2017/09/27
- 08/10: gnu: Add ocaml-piqi., julien lepiller, 2017/09/27
- 09/10: gnu: Add bap., julien lepiller, 2017/09/27
- 10/10: gnu: Add ocaml-camomile., julien lepiller, 2017/09/27
- 07/10: gnu: Add ocaml-graph., julien lepiller, 2017/09/27
- 04/10: gnu: Add ocaml-optcomp., julien lepiller, 2017/09/27