1 { lib, buildDunePackage, fetchurl
2 , dune-configurator, cmdliner
10 minimalOCamlVersion = "4.08";
13 url = "https://github.com/dinosaure/hxd/releases/download/v${version}/hxd-${version}.tbz";
14 sha256 = "a00290abb8538e79b32ddc22ed9b301b9806bc4c03eb1e5105b14af47dabec9f";
17 propagatedBuildInputs = lib.optional withLwt lwt;
27 description = "Hexdump in OCaml";
28 homepage = "https://github.com/dinosaure/hxd";
29 license = licenses.mit;
30 maintainers = [ maintainers.sternenseemann ];
31 mainProgram = "hxd.xxd";