this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3synopsis: "GitHub APIv3 JavaScript library"
4description: """
5This library provides an OCaml interface to the [GitHub APIv3](https://developer.github.com/v3/)
6(JSON). This library installs the JavaScript version, which uses [js_of_ocaml](http://ocsigen.org/js_of_ocaml).
7"""
8
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]
20tags: ["org:mirage" "org:xapi-project" "git"]
21homepage: "https://github.com/mirage/ocaml-github"
22doc: "https://mirage.github.io/ocaml-github/"
23bug-reports: "https://github.com/mirage/ocaml-github/issues"
24depends: [
25 "ocaml" {>= "4.03.0"}
26 "dune"
27 "cohttp" {>= "0.99.0"}
28 "cohttp-lwt-jsoo" {>= "0.99.0"}
29 "js_of_ocaml-lwt" {>="3.4.0" & < "3.5.0"}
30 "github"
31]
32build: [
33 ["dune" "subst"] {dev}
34 ["dune" "build" "-p" name "-j" jobs]
35 ["dune" "runtest" "-p" name] {with-test}
36]
37dev-repo: "git+https://github.com/mirage/ocaml-github.git"
38url {
39 src:
40 "https://github.com/mirage/ocaml-github/releases/download/4.1.0/github-4.1.0.tbz"
41 checksum: [
42 "sha256=a45964ba7dd595140aded8a641813821b81329efcb6306969a40d7ae3634d919"
43 "sha512=c04a32eb5c718ed384bf735abf4283bc5f6069236ea36cc1050e0812c2b3276eb42c83b37f6aaba3488200729d7212f2d66232ffbb1f7253ffdedb6d27feb065"
44 ]
45}