Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pveber/dbf
Library to read (some) variant of dBase format
https://github.com/pveber/dbf
dbase file-format ocaml
Last synced: 10 days ago
JSON representation
Library to read (some) variant of dBase format
- Host: GitHub
- URL: https://github.com/pveber/dbf
- Owner: pveber
- License: isc
- Created: 2019-05-06T14:09:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T19:45:09.000Z (about 1 year ago)
- Last Synced: 2023-10-06T05:53:13.335Z (about 1 year ago)
- Topics: dbase, file-format, ocaml
- Language: OCaml
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
DBF format parsing
==================This is a small library meant to parse [dBase
database](https://en.wikipedia.org/wiki/.dbf) 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
```