me
/
guix
Archived
1
0
Fork 0

gnu: Add ocaml-uri-sexp.

* gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
Xinglu Chen 2021-06-25 15:07:33 +02:00 committed by Julien Lepiller
parent 41aec416ce
commit e366b94f9f
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 15 additions and 0 deletions

View File

@ -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")