package mmdb

  1. Overview
  2. Docs
type t

A representation of a version of the binary format of an MMDB database

val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val of_major_and_minor : (int * int) -> t
val to_major_and_minor : t -> int * int