package dbf

  1. Overview
  2. Docs
DBF format parsing

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=93a112845c4415e08c0a9f42b0b0fd7a
sha512=a72f1986508a4205a0580ecbda2bfa6ccbee9eecd031c00c2bf8f30c2fc43afef0d50bc94fa5c58038bec94ab6b71fe0d769960cf99ed42a1d7bca43474d4faf

Description

This is a small library meant to parse dBase database files. Many cases/variants are not handled, but it might already be useful.

Published: 09 May 2019

README

DBF format parsing

This is a small library meant to parse dBase database file format. My goal was to parse a single file so I did not consider all variants. Nevertheless, I tried my best to write the parser in a clear way, so that it should hopefully be quite simple to improve it to handler more casees. Don't hesitate to open an issue to discuss an extension.

Installation

opam install dbf

Dependencies (5)

  1. rresult >= "0.6.0"
  2. core_kernel >= "v0.12.0" & < "v0.14"
  3. ppx_cstruct >= "4.0.0"
  4. cstruct-unix >= "4.0.0"
  5. dune >= "1.9"

Dev Dependencies

None

Used by

None

Conflicts

None