1 { lib, fetchurl, buildDunePackage, cstruct }:
8 minimalOCamlVersion = "4.08";
11 url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/hex-${version}.tbz";
12 hash = "sha256-LmfuyhsDBJMHowgxtc1pS8stPn8qa0+1l/vbZHNRtNw=";
15 propagatedBuildInputs = [ cstruct ];
19 description = "Mininal OCaml library providing hexadecimal converters";
20 homepage = "https://github.com/mirage/ocaml-hex";
21 license = lib.licenses.isc;
22 maintainers = with lib.maintainers; [ vbgl ];