Archived
1
0
Fork 0

gnu: Add ocaml-mparser-pcre.

* gnu/packages/ocaml.scm (ocaml-mparser-pcre): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Xinglu Chen 2021-06-19 17:50:41 +02:00 committed by Julien Lepiller
parent 620b4e8ad3
commit dcd94ee855
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6842,6 +6842,21 @@ the FParsec library for FSharp by Stephan Tolksdorf.")
(description "This package provides RE-based regular expressions
support for Mparser.")))
(define-public ocaml-mparser-pcre
(package
(inherit ocaml-mparser)
(name "ocaml-mparser-pcre")
(arguments
;; No tests.
'(#:package "mparser-pcre"
#:tests? #f))
(propagated-inputs
`(("ocaml-mparser" ,ocaml-mparser)
("ocaml-pcre" ,ocaml-pcre)))
(synopsis "MParser plugin for PCRE-based regular expressions")
(description "This package provides PCRE-based regular expressions
support for Mparser.")))
(define-public lablgtk3
(package
(name "lablgtk")