this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3synopsis: "GitHub APIv3 Unix library"
4description: """
5This library provides an OCaml interface to the [GitHub APIv3](https://developer.github.com/v3/)
6(JSON). This package installs the Unix (Lwt) version.
7"""
8authors: [
9 "Anil Madhavapeddy"
10 "David Sheets"
11 "Andy Ray"
12 "Jeff Hammerbacher"
13 "Thomas Gazagnaire"
14 "Rudi Grinberg"
15 "Qi Li"
16 "Jeremy Yallop"
17 "Dave Tucker"
18]
19tags: ["org:mirage" "org:xapi-project" "git"]
20homepage: "https://github.com/mirage/ocaml-github"
21doc: "https://mirage.github.io/ocaml-github/"
22bug-reports: "https://github.com/mirage/ocaml-github/issues"
23depends: [
24 "ocaml" {>= "4.03.0"}
25 "dune"
26 "github" {=version}
27 "cohttp-lwt-unix"
28 "stringext"
29 "lambda-term" {>="2.0"}
30 "cmdliner" {>= "0.9.8" & < "2.0.0"}
31 "base-unix"
32]
33build: [
34 ["dune" "subst"] {dev}
35 ["dune" "build" "-p" name "-j" jobs]
36 ["dune" "runtest" "-p" name] {with-test}
37]
38dev-repo: "git+https://github.com/mirage/ocaml-github.git"
39url {
40 src:
41 "https://github.com/mirage/ocaml-github/releases/download/4.1.0/github-4.1.0.tbz"
42 checksum: [
43 "sha256=a45964ba7dd595140aded8a641813821b81329efcb6306969a40d7ae3634d919"
44 "sha512=c04a32eb5c718ed384bf735abf4283bc5f6069236ea36cc1050e0812c2b3276eb42c83b37f6aaba3488200729d7212f2d66232ffbb1f7253ffdedb6d27feb065"
45 ]
46}