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://docs.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" "cmdliner" {>= "0.9.8" & < "2.0.0"} "base-unix" ] url { src: "https://github.com/mirage/ocaml-github/releases/download/4.3.2/github-unix-4.3.2.tbz" checksum: [ "sha256=b6304dce6ec33503e225ade600af194e1fc3976624ea83f546c7ab27ec8cfeb7" "sha512=754f0a2bce5a2cb3b2355530708e3dab1d8a32401fa2a300b5eba37bf37e63d75d21d42595e7cd60b9a20beba054dd3b45675d51201a4aa8812ce5db400ab758" ] }