package mmdb

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

Install

Dune Dependency

Authors

Maintainers

Sources

mmdb-0.3.0.tbz
sha256=c35a78d505e17d8a35840e17a8047d9fba32dfa72663d39aecebf5d8196826e5
sha512=31b0ca40d62d4232846a9b3f04bf257c5bc71ada5e677155d7654636ff7e557d4fe53bdb38d8b3f41540f2caef73e7943ccc35ad501225b62c5e70b4398e1702

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