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:
parent
620b4e8ad3
commit
dcd94ee855
1 changed files with 15 additions and 0 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue