opam-version: "2.0"
maintainer: "Xavier Leroy <xavier.leroy@inria.fr>"
authors: [
  "Valérie Ménissier-Morain"
  "Pierre Weis"
  "Xavier Leroy"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"

homepage: "https://github.com/ocaml/ocaml"
dev-repo: "git+https://github.com/ocaml/ocaml.git"
bug-reports: "http://caml.inria.fr/mantis/"

depends: [
  "ocaml" {< "4.06.0"}
  "base-num"
]
synopsis:
  "The Num library for arbitrary-precision integer and rational arithmetic"
