package dbf

  1. Overview
  2. Docs
DBF format parsing

Install

Dune Dependency

Authors

Maintainers

Sources

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

README.md.html

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