this repo has no description
1opam-version: "2.0" 2maintainer: "Philippe Veber <philippe.veber@gmail.com>" 3authors: "Philippe Veber <philippe.veber@gmail.com>" 4license: "ISC" 5homepage: "https://github.com/pveber/dbf" 6bug-reports: "https://github.com/pveber/dbf/issues" 7dev-repo: "git+https://github.com/pveber/dbf.git" 8depends: [ 9 "core_kernel" {>= "v0.14.0" & < "v0.17.0"} 10 "cstruct-unix" {>= "4.0.0"} 11 "ppx_cstruct" {>= "4.0.0"} 12 "rresult" {>= "0.6.0"} 13] 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16] 17synopsis: "DBF format parsing" 18description: """ 19This is a small library meant to parse dBase database files. Many 20cases/variants are not handled, but it might already be useful. 21""" 22url { 23 src: "https://github.com/pveber/dbf/archive/0.1.1.tar.gz" 24 checksum: [ 25 "md5=d0d5d28f4e73cf9a92b9a2e4fbd2ca10" 26 "sha512=26a32c2061e605985e61e9fd21935eb2fe141c464f84244fcbeeb3e46e30a72972625124e2ee85e1d263d499e317fba7e41a351e40d0bd367ca20f0672665a6a" 27 ] 28}