this repo has no description
0
fork

Configure Feed

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

`sanddb` version bounds

+3 -3
+1 -1
packages/sanddb/sanddb.0.1/opam
··· 16 16 "atdgen" {>= "1.12.0"} 17 17 "lwt" {>= "3.3.0"} 18 18 "uuidm" {>= "0.9.6"} 19 - "base" {>= "v0.11.0"} 19 + "base" {>= "v0.11.0" & < "v0.17"} 20 20 ] 21 21 synopsis: "A simple immutable database for the masses" 22 22 description: """
+1 -1
packages/sanddb/sanddb.0.2/opam
··· 30 30 "atdgen" {>= "1.12.0"} 31 31 "lwt" {>= "3.3.0"} 32 32 "uuidm" {>= "0.9.6"} 33 - "base" {>= "v0.11.0"} 33 + "base" {>= "v0.11.0" & < "v0.17"} 34 34 "alcotest" {with-test} 35 35 "odoc" {with-doc} 36 36 "ocaml" {>= "4.04.2"}
+1 -1
packages/sanddb/sanddb.0.3.0/opam
··· 11 11 "ocaml" {>= "4.06.0"} 12 12 "dune" {>= "3.0"} 13 13 "atdgen" 14 - "base" 14 + "base" {< "v0.17"} 15 15 "lwt" 16 16 "uuidm" 17 17 "alcotest"