1 { lib, buildDunePackage, fetchFromGitHub, ppx_cstruct, rresult, cstruct-unix
8 minimalOCamlVersion = "4.08";
12 src = fetchFromGitHub {
16 hash = "sha256-h1K5YDLbXGEJi/quKXvSR0gZ+WkBzut7AsVFv+Bm8/g=";
19 buildInputs = [ ppx_cstruct ];
20 propagatedBuildInputs = [ rresult cstruct-unix core_kernel ];
23 description = "DBF format parsing";
24 homepage = "https://github.com/pveber/dbf";
25 license = licenses.isc;
26 maintainers = [ maintainers.deltadelta ];