msgpack / msgpack-ocaml

MessagePack implementation for OCaml / msgpack.org[OCaml]
45 stars 19 forks source link

Rename config module #6

Closed andersfugmann closed 9 years ago

andersfugmann commented 10 years ago

Msgpack contains a local module named Config, which is not really exposed externally but does cause link problems with projects that also define their own Config module.

This patch renames the Config module to MsgpackConfig. Msgpack.Config module still exists and should be the preferred way of accessing the version number.

mzp commented 9 years ago

I cherry pick this commit https://github.com/msgpack/msgpack-ocaml/commit/75d9b1620f2e300018584e9105d9165c360ff4f5. thx.