this repo has no description

sanddb 0.1 and libdash 0.3 are not compatible with atdgen 2.16

they were transitively using some dependencies

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+2 -3
packages
libdash
libdash.0.3
sanddb
sanddb.0.1
+1 -2
packages/libdash/libdash.0.3/opam
···
"ocamlfind" {>= "1.8.0"}
"ctypes" {>= "0.18.0"}
"ctypes-foreign" {>= "0.18.0"}
-
"atdgen" {>= "2.3.2"}
+
"atdgen" {>= "2.3.2" & < "2.16.0"}
"conf-autoconf" {build}
"conf-aclocal" {build}
"conf-libtool" {build}
···
"md5=e6d8f86ca8973336f92d2010de21b1ea"
]
}
-
+1 -1
packages/sanddb/sanddb.0.1/opam
···
depends: [
"ocaml" {>= "4.04.2"}
"jbuilder"
-
"atdgen" {>= "1.12.0"}
+
"atdgen" {>= "1.12.0" & < "2.16.0"}
"lwt" {>= "3.3.0"}
"uuidm" {>= "0.9.6"}
"base" {>= "v0.11.0" & < "v0.17"}