package mmdb

  1. Overview
  2. Docs
type t
module Common_error : sig ... end
module Open_file_error : sig ... end
module Lookup_ip_error : sig ... end
module Lookup_error : sig ... end
module Lookup_result : sig ... end
module Path : sig ... end
module Ip : sig ... end
module Coordinates : sig ... end
val open_file : Path.t -> (t, Open_file_error.t) Stdlib.result
val coordinates : t -> Ip.t -> Coordinates.t Lookup_result.t
val country_code : t -> Ip.t -> string Lookup_result.t
val region_code : t -> Ip.t -> string Lookup_result.t
OCaml

Innovation. Community. Security.