This commit is contained in:
Rhiannon Morris 2020-12-07 19:45:57 +01:00
parent 36361b9a7a
commit 8adcb80c96
13 changed files with 940 additions and 2 deletions

View file

@ -1,4 +1,5 @@
(lang dune 2.7)
(using menhir 2.0)
(generate_opam_files true)
(allow_approximate_merlin)
@ -8,4 +9,5 @@
(re (>= 1.9.0))
(ppx_deriving (>= 5.2))
(ppx_inline_test (>= v0.14.1))
(ppx_expect (>= v0.14.1))))
(ppx_expect (>= v0.14.1))
(menhir (>= 20201122))))