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: [
  "core_kernel"  {>= "v0.14.0"}
  "cstruct-unix" {>= "4.0.0"}
  "ppx_cstruct" {>= "4.0.0"}
  "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.1.tar.gz"
  checksum: [
    "md5=d0d5d28f4e73cf9a92b9a2e4fbd2ca10"
    "sha512=26a32c2061e605985e61e9fd21935eb2fe141c464f84244fcbeeb3e46e30a72972625124e2ee85e1d263d499e317fba7e41a351e40d0bd367ca20f0672665a6a"
  ]
}
