13 buildDunePackage rec {
17 minimalOCamlVersion = "4.08";
19 src = fetchFromGitHub {
23 hash = "sha256-qlQEE8l/H22bb1VcK9YehR+9L5XepMu8JY7OLw1OIXg=";
26 nativeBuildInputs = [ cppo ];
28 propagatedBuildInputs = [
36 checkInputs = [ ounit2 ];
39 description = "OCaml client for google services";
40 homepage = "https://github.com/astrada/gapi-ocaml";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ bennofs ];