13 url = "https://github.com/ocaml/opam-source-archives/raw/main/ohex-${version}.tar.gz";
14 hash = "sha256-prV7rbo0sAx3S2t4YtjniJEVq43uLXK8ZMsqoMzn2Ow=";
18 checkInputs = [ alcotest ];
21 description = "Hexadecimal encoding and decoding";
22 license = lib.licenses.bsd2;
23 maintainers = [ lib.maintainers.vbgl ];