this repo has no description
1opam-version: "2.0" 2maintainer: "Marie Pelleau <marie.pelleau@i3s.unice.fr>" 3authors: [ 4 "Marie Pelleau <marie.pelleau@i3s.unice.fr>" 5 "Ghiles Ziat <ghiles.ziat@epita.fr>" 6] 7homepage: "https://github.com/mpelleau/AbSolute" 8bug-reports: "https://github.com/mpelleau/AbSolute/issues" 9dev-repo: "git+https://github.com/mpelleau/AbSolute" 10license: " LGPL-3.0-or-later" 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14] 15depends: [ 16 "dune" {>= "2.0"} 17 "ocaml" {>= "4.11"} 18 "apron" 19 "apronext" {>= "1.0.2"} 20 "picasso" {>= "0.4.0"} 21 "menhir" {>= "20180528"} 22 "libabsolute" 23 "odoc" {with-doc} 24] 25available: arch != "x86_32" & arch != "arm32" 26synopsis: "AbSolute solver" 27description: "AbSolute is a constraint solver based on abstract domains from the theory of abstract interpretation." 28url { 29 src: "https://github.com/mpelleau/AbSolute/archive/0.3.tar.gz" 30 checksum: [ 31 "md5=0dcb117b36b1afc68ba2c57186f6d04e" 32 "sha512=efcb9bf2a7fb5c62a00b35e5427064af65208186be0a6d343ac56206d5466951ef4593db04dc412987a11018f75d2952d4ab0e2384f588befaa50c8e1921133f" 33 ] 34}