this repo has no description

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>

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