ocaml-toml / To.ml

OCaml library for TOML
https://ocaml-toml.github.io/To.ml
Other
82 stars 20 forks source link

Release compatible with menhir ≥ 20211215 (and newer dune?) #80

Closed nberth closed 1 year ago

nberth commented 1 year ago

It would appear the most recent version of toml available on opam is 7.0.0, but it requires somewhat oldish versions of menhir. Commit 41172b7 solves this, but there does not appear to have been any release since.

nberth commented 1 year ago

Just realizing the commit mentioned is a very small change. So this may actually just boil down to manually fix the spec. for 7.0.0 in the opam repo.

nberth commented 1 year ago

Now hitting errors with newer dune (cf https://github.com/ocaml/opam-repository/pull/22513).

zapashcanon commented 1 year ago

Fixed in #81.