backtracking / hashset

OCaml implementation of sets as hash tables by Jean-Christophe Filliatre
Other
11 stars 2 forks source link

relax ocaml version requirement in opam #2

Open brabalan opened 1 month ago

brabalan commented 1 month ago

The opam description requires ocaml < 5.0.0 (https://opam.ocaml.org/packages/hashset/), but the library seems to compile with no issue with ocaml 5.2. Could this requirement be relaxed?

brabalan commented 1 month ago

To amend my suggestion, this needs to be a new release to include the fix from Array.create to Array.make. Doing an opam pin . with OCaml 5.2.0 works well, so I think tagging a new release is all that is needed.