OCaml bindings to the MaxMind Geo IP database (also known as GeoIP2).
mmdb
mmdb.ffi
mmdb.types
mmdb_ffi_bindings
mmdb_types_bindings
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