opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Jean-Marc Alliot <jean-marc.alliot@irit.fr>"
          "Jean-Baptiste Gotteland <gottelan@recherche.enac.fr>"
          "Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
homepage: "https://github.com/Chris00/ocaml-interval"
dev-repo: "git+https://github.com/Chris00/ocaml-interval.git"
bug-reports: "https://github.com/Chris00/ocaml-interval/issues"
doc: "https://Chris00.github.io/ocaml-interval/doc"
license: "LGPL-3.0"
tags: ["interval" "science"]
run-test: [
  ["dune" "exec" "--profile=release" "tests/tests_speed.exe"]
  ["dune" "build" "--profile=release" "-j" jobs "@runtest" "@examples"]
]
depends: [
  "ocaml" {>= "4.03"}
  "dune" {>= "1.3"}
  "interval_base" {= version}
  "interval_intel" {= version}
  "interval_crlibm" {= version}
]
synopsis: "An interval arithmetic library for OCaml (meta package)"
url {
  src:
    "https://github.com/Chris00/ocaml-interval/releases/download/1.5/interval-1.5.tbz"
  checksum: "md5=f44dd2c998cd3389cb63a56d676cb665"
}
