mlms13 / bs-decode

Type-safe JSON decoding for ReasonML and OCaml
https://mlms13.github.io/bs-decode/docs/what-and-why
MIT License
103 stars 18 forks source link

Fixes bs-decode being unable to be imported by other projects #145

Open rikimasan opened 9 months ago

rikimasan commented 9 months ago

The makefile stuff is weird because I wanted it so that when you run make install it regenerates the opam file before installing the deps but this conflicted with ci which doesn't install the deps with the creation of the switch so I created another make command for that, probably a better way to do it but I didn't think of it.