package dbf

  1. Overview
  2. Docs
DBF format parsing

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=d0d5d28f4e73cf9a92b9a2e4fbd2ca10
sha512=26a32c2061e605985e61e9fd21935eb2fe141c464f84244fcbeeb3e46e30a72972625124e2ee85e1d263d499e317fba7e41a351e40d0bd367ca20f0672665a6a

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: 30 Jun 2020

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 (4)

  1. rresult >= "0.6.0"
  2. ppx_cstruct >= "4.0.0"
  3. cstruct-unix >= "4.0.0"
  4. core_kernel >= "v0.14.0"

Dev Dependencies

None

Used by

None

Conflicts

None