opam-version: "2.0"
maintainer: "Marie Pelleau <marie.pelleau@i3s.unice.fr>"
authors: [
  "Marie Pelleau <marie.pelleau@i3s.unice.fr>"
  "Ghiles Ziat <ghiles.ziat@lip6.fr>"
]
homepage: "https://github.com/mpelleau/AbSolute"
bug-reports: "https://github.com/mpelleau/AbSolute/issues"
dev-repo: "git+https://github.com/mpelleau/AbSolute"
license: "LGPL"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "dune" {>= "1.1"}
  "ocaml" {>= "4.08"}
  "apron"
  "apronext" {>= "1.0.2"}
  "picasso"
]
depopts: [
  "vpl-core"
]
conflicts: [
  "vpl-core" {< "0.4.2"}
]

synopsis: "AbSolute solver"
description: "AbSolute is a constraint solver based on abstract domains from the theory of abstract interpretation."
url {
  src: "https://github.com/mpelleau/AbSolute/archive/v0.1.tar.gz"
  checksum: [
    "md5=9e6b38d0772d665687f00734c39ce845"
    "sha512=ec3fe17241ef504328850d12de8e1ced14e2ccb31fb8832227c1e44ca52983406f6214bf270adbd2f260896dc83dd513e92a8e5f3c55818bc630b02605e3a85d"
  ]
}
