this repo has no description

Apply suggestions from code review

Changed files
+5 -4
packages
absolute
absolute.0.2
libabsolute
libabsolute.0.1
+3 -2
packages/absolute/absolute.0.2/opam
···
dev-repo: "git+https://github.com/mpelleau/AbSolute"
license: " LGPL-3.0-or-later"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
···
"apron"
"apronext" {>= "1.0.2"}
"picasso" {>= "0.3.0"}
-
"menhir" {>= "2.0"}
+
"menhir" {>= "20180528"}
"libabsolute"
"odoc" {with-doc}
]
+
available: arch != "x86_32" & arch != "arm32"
synopsis: "AbSolute solver"
description: "AbSolute is a constraint solver based on abstract domains from the theory of abstract interpretation."
url {
+2 -2
packages/libabsolute/libabsolute.0.1/opam
···
dev-repo: "git+https://github.com/mpelleau/AbSolute"
license: "LGPL-3.0-or-later"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
···
"apron"
"apronext" {>= "1.0.2"}
"picasso"{>= "0.3.0"}
-
"menhir" {>= "2.0"}
+
"menhir" {>= "20180528"}
]
synopsis: "Libabsolute"
description: "Libabsolute is a constraint programming library based on abstract domains from the theory of abstract interpretation. It is used and distributed with the AbSolute constraint solver."