package dbf

  1. Overview
  2. Docs
DBF format parsing

Install

Dune Dependency

Authors

Maintainers

Sources

dbf-0.2.0.tbz
sha256=ea9ad8565894bf1906f33723dcb965a1c4ddf37473bad5ee3420b03c0a42a5d2
sha512=3d1154e7faef72dc30456ba80002156acc9807db43b8903f525a6958a58bf5d2178991661b15f2c01d8b772bd5db0c9f0b3e7715af9404560d56ecd1c6bc039b

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: 06 Oct 2023

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. ppx_cstruct >= "5.2.0"
  2. cstruct-unix >= "4.0.0"
  3. dune >= "3.6"
  4. ocaml >= "4.08"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None