opam-version: "2.0" maintainer: "Arlen Cox " authors: "Arlen Cox " homepage: "https://github.com/arlencox/SETr" bug-reports: "https://github.com/arlencox/SETr/issues" license: "MIT" dev-repo: "git+https://github.com/arlencox/SETr.git" build: [make] install: [make "install"] remove: ["ocamlfind" "remove" "setr"] depends: [ "ocaml" {>= "4.02" & < "5.0.0"} "ocamlfind" {build} "cppo" {build} "mlbdd" "ocamlbuild" {build} ] synopsis: "Abstract domain library for sets" description: """ SETr is an interface for set abstractions. It defines common infrastructure for abstracting set constraints for use in an abstract interpreter. Built upon this interface, it provides a number of included abstractions usable as libraries. These included abstractions are tuned for high-performance, symbolic (no known constants), relational (constraints over multiple variables) constraints.""" flags: light-uninstall url { src: "https://github.com/arlencox/SETr/archive/v0.1.tar.gz" checksum: [ "sha256=7116011432db3c40edb36ef816d1d72b892e13ae72421dd864d4e00a46dfbffe" "md5=56618f3f7a90e8eb9885a094fd306b8c" ] }