gnu: Add ocaml-uri-sexp.
* gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>master
parent
41aec416ce
commit
e366b94f9f
|
@ -7071,6 +7071,21 @@ Graphics.open_graph is called. This library used to be distributed with OCaml
|
||||||
up to OCaml 4.08.")
|
up to OCaml 4.08.")
|
||||||
(license license:lgpl2.1+)))
|
(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
|
(define-public js-of-ocaml
|
||||||
(package
|
(package
|
||||||
(name "js-of-ocaml")
|
(name "js-of-ocaml")
|
||||||
|
|
Reference in New Issue