opam-version: "2.0"
maintainer: "anil@recoil.org"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "github"]]
depends: [
  "ocaml"
  "ocamlfind"
  "ssl"
  "uri" {>= "1.3.6"}
  "cohttp" {>= "0.9.5" & <= "0.9.6"}
  "lwt"
  "atdgen"
  "yojson"
  "lambda-term" {< "2.0"}
  "cmdliner"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/avsm/ocaml-github"
install: [make "install"]
synopsis: "API for the Github website"
flags: light-uninstall
url {
  src:
    "https://github.com/avsm/ocaml-github/archive/ocaml-github-0.4.3.tar.gz"
  checksum: "md5=ccfeefea27ad34d6b17e68247ba10e64"
}
