gnu: Add ocaml-uri-sexp.
* gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
41aec416ce
commit
e366b94f9f
1 changed files with 15 additions and 0 deletions
|
@ -7071,6 +7071,21 @@ (define-public ocaml-graphics
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue