14 webpage = "https://erratique.ch/software/${pname}";
16 stdenv.mkDerivation rec {
17 name = "ocaml-${pname}-${version}";
21 url = "${webpage}/releases/${pname}-${version}.tbz";
22 hash = "sha256-VVGPG6ZjchUqo8xMCJRahqCCF5WheDBpK1stuts+orM=";
31 buildInputs = [ topkg ];
35 inherit (topkg) buildPhase installPhase;
37 propagatedBuildInputs = [ xmlm ];
40 description = "OCaml module to decode the data of the Unicode character database from its XML representation";
42 inherit (ocaml.meta) platforms;
43 maintainers = [ maintainers.vbgl ];
44 license = licenses.bsd3;