opam-version: "2.0"
maintainer: "Philippe Veber <philippe.veber@gmail.com>"
authors: "Philippe Veber <philippe.veber@gmail.com>"
license: "ISC"
homepage: "https://github.com/pveber/dbf"
bug-reports: "https://github.com/pveber/dbf/issues"
dev-repo: "git+https://github.com/pveber/dbf.git"
depends: [
  "cstruct-unix" {>= "4.0.0"}
  "ppx_cstruct" {>= "4.0.0"}
  "core_kernel" {>= "v0.12.0" & < "v0.14"}
  "rresult" {>= "0.6.0"}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
synopsis: "DBF format parsing"
description: """
This is a small library meant to parse dBase database files. Many
cases/variants are not handled, but it might already be useful.
"""
url {
  src: "https://github.com/pveber/dbf/archive/0.1.tar.gz"
  checksum: [
    "md5=93a112845c4415e08c0a9f42b0b0fd7a"
    "sha512=a72f1986508a4205a0580ecbda2bfa6ccbee9eecd031c00c2bf8f30c2fc43afef0d50bc94fa5c58038bec94ab6b71fe0d769960cf99ed42a1d7bca43474d4faf"
  ]
}
