opam-version: "2.0" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "-p" name "@doc"] {with-doc} ] maintainer: ["Anil Madhavapeddy "] authors: [ "Anil Madhavapeddy" "David Sheets" "Andy Ray" "Jeff Hammerbacher" "Thomas Gazagnaire" "Rudi Grinberg" "Qi Li" "Jeremy Yallop" "Dave Tucker" ] bug-reports: "https://github.com/mirage/ocaml-github/issues" homepage: "https://github.com/mirage/ocaml-github" doc: "https://mirage.github.io/ocaml-github/" license: "MIT" dev-repo: "git+https://github.com/mirage/ocaml-github.git" synopsis: "GitHub APIv3 Unix library" description: """ This library provides an OCaml interface to the [GitHub APIv3](https://developer.github.com/v3/) (JSON). This package installs the Unix (Lwt) version.""" depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.10"} "github" {= version} "cohttp" {>= "0.99.0"} "cohttp-lwt-unix" {>= "0.99.0"} "stringext" "lambda-term" {>= "2.0"} "cmdliner" {>= "0.9.8" & < "2.0.0"} "base-unix" ] url { src: "https://github.com/mirage/ocaml-github/releases/download/4.3.0/github-unix-4.3.0.tbz" checksum: [ "sha256=4e0d71d04fb4db9f07068cda61a60412a74f153a923878fafe261a42d3a6efbc" "sha512=4d7beeb4a86198605c04df46f7460c80fde746fb2a4173c3de753758510d74ec19269ace22cbd6d8d9cc752f818bf964225865d62328a344e547d0f13919cc22" ] }