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.10.0"}
  "lwt" {>= "2.4.3"}
  "atdgen" {>= "1.2.3"}
  "yojson" {>= "1.1.6"}
  "lambda-term" {< "2.0"}
  "cmdliner"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/avsm/ocaml-github"
install: [make "PREFIX=%{prefix}%" "install"]
synopsis: "GitHub APIv3 client bindings"
flags: light-uninstall
url {
  src: "https://github.com/avsm/ocaml-github/archive/v0.8.1.tar.gz"
  checksum: "md5=3f0976286855a160694739342d925e98"
}
