package mmdb

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

Install

Dune Dependency

Authors

Maintainers

Sources

mmdb-0.1.0.tbz
sha256=503fc066886bcaeb1526c38902e06e53b887c03cbfadf4103b8c573850ea8ed6
md5=e879d2724eb996b372bc567014f8b18b

doc/README.html

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
OCaml

Innovation. Community. Security.

On This Page
  1. Development setup