13 buildDunePackage rec {
17 src = fetchFromGitHub {
18 owner = "tmcgilchrist";
19 repo = "ocaml-gitlab";
21 hash = "sha256-7pUpH1SoP4eW8ild5j+Tcy+aTXq0+eSkhKUOXJ6Z30k=";
24 minimalOCamlVersion = "4.08";
26 buildInputs = [ stringext ];
28 nativeBuildInputs = [ atdgen ];
30 propagatedBuildInputs = [
41 homepage = "https://github.com/tmcgilchrist/ocaml-gitlab";
42 description = "Native OCaml bindings to Gitlab REST API v4";
43 license = licenses.bsd3;
44 changelog = "https://github.com/tmcgilchrist/ocaml-gitlab/releases/tag/${version}";
45 maintainers = with maintainers; [ zazedd ];