1 { lib, buildDunePackage, fetchFromGitHub
2 , uri, cohttp, lwt, cohttp-lwt, github-data, yojson, stringext
9 src = fetchFromGitHub {
11 repo = "ocaml-github";
13 sha256 = "sha256-psUIiIvjVV2NTlBtHnBisWreaKKnsqIjKT2+mLnfsxg=";
18 propagatedBuildInputs = [
29 homepage = "https://github.com/mirage/ocaml-github";
30 description = "GitHub APIv3 OCaml library";
31 license = licenses.mit;
32 maintainers = with maintainers; [ niols ];