1 { lib, fetchurl, buildDunePackage, fmt, alcotest, crowbar }:
7 minimalOCamlVersion = "4.08";
11 url = "https://github.com/mirage/ocaml-cstruct/releases/download/v${version}/cstruct-${version}.tbz";
12 hash = "sha256-mngHM5JYDoNJFI+jq0sbLpidydMNB0AbBMlrfGDwPmI=";
15 buildInputs = [ fmt ];
18 checkInputs = [ alcotest crowbar ];
21 description = "Access C-like structures directly from OCaml";
22 license = lib.licenses.isc;
23 homepage = "https://github.com/mirage/ocaml-cstruct";
24 maintainers = [ lib.maintainers.vbgl ];