exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
93 stars 50 forks source link

oUnit is considered on transition to ounit2 #442

Closed MiyamotoAkira closed 1 year ago

MiyamotoAkira commented 2 years ago

From the docs I see that you say to install ounit. OUnit2 seems to recommend now to use ounit2 for the install, and also use ounit2 rather than oUnit on the dune file (as per OUnit github)

A related issue seems to be: https://github.com/exercism/ocaml/issues/364

tautologico commented 1 year ago

I think this was solved by this PR.

MiyamotoAkira commented 1 year ago

Indeed. Closing