this repo has no description
1opam-version: "2.0"
2maintainer: "Ghiles Ziat <ghiles.ziat@isae-supaero.fr"
3authors: ["Ghiles Ziat <ghiles.ziat@isae-supaero.fr"]
4homepage: "https://github.com/ghilesZ/apronext"
5bug-reports: "https://github.com/ghilesZ/apronext/issues"
6dev-repo: "git+https://github.com/ghilesZ/apronext"
7build: [
8 ["dune" "subst"] {dev}
9 ["dune" "build" "-p" name "-j" jobs]
10]
11run-test: [
12 ["dune" "runtest" "-p" name "-j" jobs]
13]
14depends: [
15 "dune" {>= "2.1"}
16 "ocaml" {>= "4.08"}
17 "apron" {< "0.9.15"}
18]
19synopsis: "Apron extension"
20description: "An extension for the OCaml interface of the Apron library"
21url {
22 src: "https://github.com/ghilesZ/apronext/archive/1.0.4.tar.gz"
23 checksum: [
24 "md5=1a61e232befa7e50becb03d116c883e8"
25 "sha512=6886bc6f09584b5b9e1e48f0ef2ddafdf0de9c42498d9f8c5293adfbec363706a37e4334a2b0852d1b95cb08f41c511b5a41889b94f178f46b8815f264c740a0"
26 ]
27}