guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add ocaml-uri-sexp.


From: guix-commits
Subject: 01/02: gnu: Add ocaml-uri-sexp.
Date: Sun, 27 Jun 2021 09:16:32 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit e366b94f9fd1338a94e80e83d0b060fac65ad2f4
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Fri Jun 25 15:07:33 2021 +0200

    gnu: Add ocaml-uri-sexp.
    
    * gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/ocaml.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0eb63b9..560d8d2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7071,6 +7071,21 @@ Graphics.open_graph is called.  This library used to be 
distributed with OCaml
 up to OCaml 4.08.")
     (license license:lgpl2.1+)))
 
+(define-public ocaml-uri-sexp
+  (package
+    (inherit ocaml-uri)
+    (name "ocaml-uri-sexp")
+    (arguments
+     '(#:package "uri-sexp"
+       #:test-target "."))
+    (propagated-inputs
+      `(("ocaml-uri" ,ocaml-uri)
+        ("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
+        ("ocaml-sexplib0" ,ocaml-sexplib0)))
+    (native-inputs `(("ocaml-ounit" ,ocaml-ounit)))
+    (synopsis "RFC3986 URI/URL parsing library")
+    (description "This package adds S-exp support to @code{ocaml-uri}.")))
+
 (define-public js-of-ocaml
   (package
     (name "js-of-ocaml")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]