this repo has no description
0
fork

Configure Feed

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

dbf is not compatible with core v0.17

Fails with
```
File "lib/dbf.ml", line 209, characters 17-33:
209 | |> Caml.String.trim
^^^^^^^^^^^^^^^^
Error: Unbound module "Caml.String"
```

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

+1 -1
+1 -1
packages/dbf/dbf.0.1.1/opam
··· 6 6 bug-reports: "https://github.com/pveber/dbf/issues" 7 7 dev-repo: "git+https://github.com/pveber/dbf.git" 8 8 depends: [ 9 - "core_kernel" {>= "v0.14.0"} 9 + "core_kernel" {>= "v0.14.0" & < "v0.17.0"} 10 10 "cstruct-unix" {>= "4.0.0"} 11 11 "ppx_cstruct" {>= "4.0.0"} 12 12 "rresult" {>= "0.6.0"}