1 { lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }:
9 minimumOCamlVersion = "4.02";
12 url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/hex-v${version}.tbz";
13 sha256 = "07b9y0lmnflsslkrm6xilkj40n8sf2hjqkyqghnk7sw5l0plkqsp";
16 propagatedBuildInputs = [ bigarray-compat cstruct ];
20 description = "Mininal OCaml library providing hexadecimal converters";
21 homepage = "https://github.com/mirage/ocaml-hex";
22 license = lib.licenses.isc;
23 maintainers = with lib.maintainers; [ vbgl ];