this repo has no description
1opam-version: "2.0"
2build: [
3 ["dune" "subst"] {dev}
4 ["dune" "build" "-p" name "-j" jobs]
5 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6 ["dune" "build" "-p" name "@doc"] {with-doc}
7]
8maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
9authors: [
10 "Anil Madhavapeddy"
11 "David Sheets"
12 "Andy Ray"
13 "Jeff Hammerbacher"
14 "Thomas Gazagnaire"
15 "Rudi Grinberg"
16 "Qi Li"
17 "Jeremy Yallop"
18 "Dave Tucker"
19]
20bug-reports: "https://github.com/mirage/ocaml-github/issues"
21homepage: "https://github.com/mirage/ocaml-github"
22doc: "https://mirage.github.io/ocaml-github/"
23license: "MIT"
24dev-repo: "git+https://github.com/mirage/ocaml-github.git"
25synopsis: "GitHub APIv3 JavaScript library"
26description: """
27This library provides an OCaml interface to the [GitHub APIv3](https://developer.github.com/v3/)
28(JSON). This library installs the JavaScript version, which uses [js_of_ocaml](http://ocsigen.org/js_of_ocaml)."""
29depends: [
30 "ocaml" {>= "4.03.0"}
31 "dune" {>= "1.10"}
32 "github" {= version}
33 "cohttp" {>= "0.99.0" & < "3.0.0"}
34 "cohttp-lwt-jsoo" {>= "0.99.0" & < "3.0.0"}
35 "js_of_ocaml-lwt" {>= "3.4.0"}
36]
37url {
38 src:
39 "https://github.com/mirage/ocaml-github/releases/download/4.3.1/github-unix-4.3.1.tbz"
40 checksum: [
41 "sha256=da8f8cc3c5d69d55000b8c9c15cab0f08f36f787fc5e25111451d0e7468593d1"
42 "sha512=5293b7fb1b8e46c801506998b9a1b34e88bd86be38ccd28ac5138b736de5cc233a95b3e7f2da43dd3ccd0aa87b5c25ebc7a0afca81240d99ec5054f9239213d6"
43 ]
44}