me
/
guix
Archived
1
0
Fork 0

gnu: Add ocaml-mparser-re.

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

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
Xinglu Chen 2021-06-19 17:50:40 +02:00 committed by Julien Lepiller
parent fe6fd923a8
commit 620b4e8ad3
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 15 additions and 0 deletions

View File

@ -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")