dmbaturin / ocaml-tsort

Easy to use and user-friendly topological sort module for OCaml
MIT License
22 stars 2 forks source link

Fix compatibility issues + add CI badge! #6

Closed mjambon closed 4 years ago

mjambon commented 4 years ago

Everything's in order now. Works with ocaml 4.03 and 4.10.

It's not as fast as I thought it would be. Maybe it could be improved by installing all the packages in one opam install instead of two in the setup file but it's more annoying to maintain and it doesn't seem critical.