mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
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:
committed by
Julien Lepiller
parent
620b4e8ad3
commit
dcd94ee855
@@ -6842,6 +6842,21 @@ the FParsec library for FSharp by Stephan Tolksdorf.")
|
|||||||
(description "This package provides RE-based regular expressions
|
(description "This package provides RE-based regular expressions
|
||||||
support for Mparser.")))
|
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
|
(define-public lablgtk3
|
||||||
(package
|
(package
|
||||||
(name "lablgtk")
|
(name "lablgtk")
|
||||||
|
|||||||
Reference in New Issue
Block a user