OASIS is deprecated and is not compatible with OCaml 5.0 so I switched the build system to dune instead.
I've also moved msgpack.conv to its own msgpack-conv package as it is a bit cleaner this way when using opam (installing ppx_meta_conv would trigger a rebuild of msgpack and all packages depending on it)
OASIS is deprecated and is not compatible with OCaml 5.0 so I switched the build system to dune instead. I've also moved
msgpack.conv
to its ownmsgpack-conv
package as it is a bit cleaner this way when using opam (installing ppx_meta_conv would trigger a rebuild ofmsgpack
and all packages depending on it)