this repo has no description

[new release] dbf (0.2.0)

CHANGES:

First initial release

Changed files
+38
packages
dbf
dbf.0.2.0
+38
packages/dbf/dbf.0.2.0/opam
···
+
opam-version: "2.0"
+
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."
+
maintainer: ["philippe.veber@gmail.com"]
+
authors: ["Léo Andrès" "Philippe Veber"]
+
license: "ISC"
+
homepage: "https://github.com/pveber/dbf"
+
bug-reports: "https://github.com/pveber/dbf/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"cstruct-unix" {>= "4.0.0"}
+
"ppx_cstruct" {>= "4.0.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/pveber/dbf.git"
+
url {
+
src: "https://github.com/pveber/dbf/releases/download/v0.2.0/dbf-0.2.0.tbz"
+
checksum: [
+
"sha256=ea9ad8565894bf1906f33723dcb965a1c4ddf37473bad5ee3420b03c0a42a5d2"
+
"sha512=3d1154e7faef72dc30456ba80002156acc9807db43b8903f525a6958a58bf5d2178991661b15f2c01d8b772bd5db0c9f0b3e7715af9404560d56ecd1c6bc039b"
+
]
+
}
+
x-commit-hash: "6de5383ed6f06237cf9f8ab490816930ac2cc5f5"