Skip to content

issuu/ocaml-mmdb

Repository files navigation

ocaml-mmdb

Build Status

OCaml bindings to the MaxMind Geo IP database (also known as GeoIP2).

Development setup

  1. Set up a separate environment with all the dependencies:

    opam switch create . --deps-only ocaml-base-compiler.4.07.1
  2. Build the code:

    make
  3. Run the tests:

    make test