ocaml-mmdb OCaml bindings to the MaxMind Geo IP database (also known as GeoIP2). Development setup Set up a separate environment with all the dependencies: opam switch create . --deps-only ocaml-base-compiler.4.07.1 Build the code: make Run the tests: make test