guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: Add ocaml-mparser-re.


From: guix-commits
Subject: 05/06: gnu: Add ocaml-mparser-re.
Date: Sat, 19 Jun 2021 20:15:58 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 620b4e8ad3b8a6c3a770a5a3ab69b546d7570df7
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Jun 19 17:50:40 2021 +0200

    gnu: Add ocaml-mparser-re.
    
    * gnu/packages/ocaml.scm (ocaml-mparser-re): New variable.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/ocaml.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0117f6d..f795f8d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6827,6 +6827,21 @@ the FParsec library for FSharp by Stephan Tolksdorf.")
     ;; With static linking exception.
     (license license:lgpl2.1+)))
 
+(define-public ocaml-mparser-re
+  (package
+    (inherit ocaml-mparser)
+    (name "ocaml-mparser-re")
+    (arguments
+     ;; No tests.
+     '(#:package "mparser-re"
+       #:tests? #f))
+    (propagated-inputs
+     `(("ocaml-mparser" ,ocaml-mparser)
+       ("ocaml-re" ,ocaml-re)))
+    (synopsis "MParser plugin for RE-based regular expressions")
+    (description "This package provides RE-based regular expressions
+support for Mparser.")))
+
 (define-public lablgtk3
   (package
     (name "lablgtk")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]