[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49101] [PATCH 3/4] gnu: Add ocaml-mparser-pcre.
From: |
Xinglu Chen |
Subject: |
[bug#49101] [PATCH 3/4] gnu: Add ocaml-mparser-pcre. |
Date: |
Fri, 18 Jun 2021 21:03:12 +0200 |
* gnu/packages/ocaml.scm (ocaml-mparser-pcre): New variable.
---
gnu/packages/ocaml.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index eebca5da18..afdce121bd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6784,6 +6784,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")
--
2.32.0
- [bug#49101] [PATCH 0/4] Add ocaml-mparser & friends, Xinglu Chen, 2021/06/18
- [bug#49101] [PATCH 3/4] gnu: Add ocaml-mparser-pcre.,
Xinglu Chen <=
- [bug#49101] [PATCH 1/4] gnu: Add ocaml-mparser., Xinglu Chen, 2021/06/18
- [bug#49101] [PATCH 4/4] gnu: Add ocaml-pcre., Xinglu Chen, 2021/06/18
- [bug#49101] [PATCH 2/4] gnu: Add ocaml-mparser-re., Xinglu Chen, 2021/06/18
- [bug#49101] [PATCH 0/4] Add ocaml-mparser & friends, Julien Lepiller, 2021/06/18
- [bug#49101] [PATCH v2 0/5] Add ocaml-mparser & firends, Xinglu Chen, 2021/06/19
- [bug#49101] [PATCH v2 2/5] gnu: ocaml4.07-expect: Switch to default OCaml compiler., Xinglu Chen, 2021/06/19