package mmdb

  1. Overview
  2. Docs
Binding to the MaxMind DB library for GeoIP lookups

Install

Dune Dependency

Authors

Maintainers

Sources

mmdb-0.2.1.tbz
md5=63e10e671a8ec354bb3cdf251593d8d0

README.md.html

ocaml-mmdb

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