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 Unix library"
26description: """
27This library provides an OCaml interface to the [GitHub APIv3](https://docs.github.com/v3/)
28(JSON). This package installs the Unix (Lwt) version."""
29depends: [
30 "ocaml" {>= "4.03.0"}
31 "dune" {>= "1.10"}
32 "github" {= version}
33 "cohttp" {>= "0.99.0"}
34 "cohttp-lwt-unix" {>= "0.99.0"}
35 "stringext"
36 "cmdliner" {>= "0.9.8" & < "2.0.0"}
37 "base-unix"
38]
39url {
40 src:
41 "https://github.com/mirage/ocaml-github/releases/download/4.3.2/github-unix-4.3.2.tbz"
42 checksum: [
43 "sha256=b6304dce6ec33503e225ade600af194e1fc3976624ea83f546c7ab27ec8cfeb7"
44 "sha512=754f0a2bce5a2cb3b2355530708e3dab1d8a32401fa2a300b5eba37bf37e63d75d21d42595e7cd60b9a20beba054dd3b45675d51201a4aa8812ce5db400ab758"
45 ]
46}