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.3"}
  "cohttp" {>= "0.9.3" & < "0.10.0"}
  "lwt"
  "atdgen"
  "yojson"
  "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.3.3.tar.gz"
  checksum: "md5=4a376dd026d851fb3aaac3db0a4c90f3"
}
