msgpack-ocaml
msgpack-ocaml copied to clipboard
Add support for OCaml 5.0
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)
ping @mzp