1 { lib, buildDunePackage, fetchurl, ocaml
5 lib.throwIf (lib.versionAtLeast ocaml.version "5.0")
6 "vlq is not available for OCaml ${ocaml.version}"
13 url = "https://github.com/flowtype/ocaml-vlq/releases/download/v${version}/vlq-v${version}.tbz";
14 sha256 = "02wr9ph4q0nxmqgbc67ydf165hmrdv9b655krm2glc3ahb6larxi";
17 buildInputs = [ dune-configurator ];
20 description = "encoding variable-length quantities, in particular base64";
21 license = lib.licenses.mit;
22 homepage = "https://github.com/flowtype/ocaml-vlq";
23 maintainers = [ lib.maintainers.nomeata ];