briskml / brisk-reconciler

React.js-like reconciler implemented in OCaml/Reason
MIT License
131 stars 17 forks source link

Add package to dune-project and generate opam file #66

Closed ulrikstrid closed 4 years ago

wokalski commented 4 years ago

Can we get some verification that it's up to date on CI?

ulrikstrid commented 4 years ago

I think we could add a opam.json that depends in the opam file and see if it builds. Would that be good enough?

wokalski commented 4 years ago

I guess it could be part of the lint stage together with esy fmt. Essentially it's as simple as git st after running the build, isn't it?