opam-version: "2.0"
maintainer: "Ghiles Ziat <ghiles.ziat@isae-supaero.fr"
authors: ["Ghiles Ziat <ghiles.ziat@isae-supaero.fr"]
homepage: "https://github.com/ghilesZ/apronext"
bug-reports: "https://github.com/ghilesZ/apronext/issues"
dev-repo: "git+https://github.com/ghilesZ/apronext"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
run-test: [
  ["dune" "runtest" "-p" name "-j" jobs]
]
depends: [
  "dune"  {>= "2.1"}
  "ocaml" {>= "4.08"}
  "apron"
]
synopsis: "Apron extension"
description: "An extension for the OCaml interface of the Apron library"
url {
  src: "https://github.com/ghilesZ/apronext/archive/1.0.3.tar.gz"
  checksum: [
    "md5=4cead2ba877bbcb5f5aff1e4323ea730"
    "sha512=86b3329fcf609e9da16b9441f317e097b2a4fec7ce8f7f68113b4b6e55f379519ab55edf3ad5cd32ad600632a3127f0d58af140e619cc0cc467d6d96a6225b18"
  ]
}
