GNU bug report logs -
#49150
[PATCH 0/9] Add ocamlformat and dependencies
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Mon, 21 Jun 2021 09:58:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ocaml.scm (ocaml-menhir-lib): New variable.
---
gnu/packages/ocaml.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cccbd45dc4..08406a206d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1056,6 +1056,19 @@ Knuthâs LR(1) parser construction technique.")
;; are QPL licensed.
(license (list license:gpl2+ license:qpl))))
+(define-public ocaml-menhir-lib
+ (package
+ (inherit ocaml-menhir)
+ (name "ocaml-menhir-lib")
+ (arguments
+ '(#:package "menhirLib"
+ #:tests? #f))
+ (properties
+ `((upstream-name . "menhirLib")))
+ (synopsis "Runtime support library for parsers generated by Menhir")
+ (description "This package provides a runtime support library for parsers
+generated by Menhir.")))
+
(define-public ocaml-bigarray-compat
(package
(name "ocaml-bigarray-compat")
--
2.32.0
This bug report was last modified 4 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.