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 "dune" {>= "1.9"} 10 "cstruct-unix" {>= "4.0.0"} 11 "ppx_cstruct" {>= "4.0.0"} 12 "core_kernel" {>= "v0.12.0" & < "v0.14"} 13 "rresult" {>= "0.6.0"} 14] 15build: [ 16 ["dune" "build" "-p" name "-j" jobs] 17] 18synopsis: "DBF format parsing" 19description: """ 20This is a small library meant to parse dBase database files. Many 21cases/variants are not handled, but it might already be useful. 22""" 23url { 24 src: "https://github.com/pveber/dbf/archive/0.1.tar.gz" 25 checksum: [ 26 "md5=93a112845c4415e08c0a9f42b0b0fd7a" 27 "sha512=a72f1986508a4205a0580ecbda2bfa6ccbee9eecd031c00c2bf8f30c2fc43afef0d50bc94fa5c58038bec94ab6b71fe0d769960cf99ed42a1d7bca43474d4faf" 28 ] 29}