this repo has no description

Existing versions of asli need pprint < 20220103.

Changed files
+2 -2
packages
asli
asli.0.1
asli.0.2.0
+1 -1
packages/asli/asli.0.1/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
"ott" {< "0.31"}
-
"pprint"
+
"pprint" {< "20220103"}
"zarith"
"z3" {<= "4.7.1"}
]
+1 -1
packages/asli/asli.0.2.0/opam
···
"menhir" {build}
"ott" {< "0.31" & build}
"linenoise"
-
"pprint"
+
"pprint" {< "20220103"}
"zarith"
"z3" {>= "4.8.7"}
"alcotest" {with-test}