Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

IssuuArchive/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