[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: ocaml-menhir: Make it its own variant.
From: |
guix-commits |
Subject: |
02/08: gnu: ocaml-menhir: Make it its own variant. |
Date: |
Fri, 19 Nov 2021 22:05:21 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 58d65f9da834dd07bf224a448cd6917bc2c24da8
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 03:08:21 2021 +0100
gnu: ocaml-menhir: Make it its own variant.
* gnu/packages/ocaml.scm (ocaml-menhir)[properties]: Use the same menhir
even with ocaml-4.07.
---
gnu/packages/ocaml.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c6ea943..29499dd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1075,6 +1075,7 @@ Emacs.")
`(("ocaml" ,ocaml)))
(arguments
`(#:tests? #f)) ; No check target
+ (properties `((ocaml4.07-variant . ,(delay (strip-ocaml4.07-variant
ocaml-menhir)))))
(home-page "http://gallium.inria.fr/~fpottier/menhir/")
(synopsis "Parser generator")
(description "Menhir is a parser generator. It turns high-level grammar
- branch master updated (27c701a -> 70a88da), guix-commits, 2021/11/19
- 02/08: gnu: ocaml-menhir: Make it its own variant.,
guix-commits <=
- 08/08: gnu: laby: Fix build., guix-commits, 2021/11/19
- 06/08: gnu: ocaml-fileutils: Update to 0.6.3., guix-commits, 2021/11/19
- 03/08: gnu: ocaml-compiler-libs: Update to 0.12.4., guix-commits, 2021/11/19
- 01/08: gnu: ocaml-bitsring: Update to 4.1.0., guix-commits, 2021/11/19
- 05/08: gnu: ocaml-csv: Update to 2.4., guix-commits, 2021/11/19
- 04/08: gnu: ocaml-csexp: Update to 1.5.1., guix-commits, 2021/11/19
- 07/08: gnu: ocaml-frontc: Update to 4.1.0., guix-commits, 2021/11/19