this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -3
+1 -2
packages/libdash/libdash.0.3/opam
··· 10 10 "ocamlfind" {>= "1.8.0"} 11 11 "ctypes" {>= "0.18.0"} 12 12 "ctypes-foreign" {>= "0.18.0"} 13 - "atdgen" {>= "2.3.2"} 13 + "atdgen" {>= "2.3.2" & < "2.16.0"} 14 14 "conf-autoconf" {build} 15 15 "conf-aclocal" {build} 16 16 "conf-libtool" {build} ··· 40 40 "md5=e6d8f86ca8973336f92d2010de21b1ea" 41 41 ] 42 42 } 43 -
+1 -1
packages/sanddb/sanddb.0.1/opam
··· 13 13 depends: [ 14 14 "ocaml" {>= "4.04.2"} 15 15 "jbuilder" 16 - "atdgen" {>= "1.12.0"} 16 + "atdgen" {>= "1.12.0" & < "2.16.0"} 17 17 "lwt" {>= "3.3.0"} 18 18 "uuidm" {>= "0.9.6"} 19 19 "base" {>= "v0.11.0" & < "v0.17"}