this repo has no description
1opam-version: "2.0"
2synopsis: "GitHub APIv3 Unix library"
3description: """
4This library provides an OCaml interface to the [GitHub APIv3](https://docs.github.com/rest/)
5(JSON). This package installs the Unix (Lwt) version."""
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: [
8 "Anil Madhavapeddy"
9 "David Sheets"
10 "Andy Ray"
11 "Jeff Hammerbacher"
12 "Thomas Gazagnaire"
13 "Rudi Grinberg"
14 "Qi Li"
15 "Jeremy Yallop"
16 "Dave Tucker"
17]
18license: "MIT"
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 "dune" {>= "2.7"}
25 "ocaml" {>= "4.08.0"}
26 "github" {= version}
27 "cohttp" {>= "4.0.0"}
28 "cohttp-lwt-unix" {>= "4.0.0"}
29 "stringext"
30 "cmdliner" {>= "0.9.8" & < "2.0.0"}
31 "base-unix"
32 "lwt"
33 "odoc" {with-doc}
34]
35build: [
36 ["dune" "subst"] {dev}
37 [
38 "dune"
39 "build"
40 "-p"
41 name
42 "-j"
43 jobs
44 "@install"
45 "@runtest" {with-test}
46 "@doc" {with-doc}
47 ]
48]
49dev-repo: "git+https://github.com/mirage/ocaml-github.git"
50url {
51 src:
52 "https://github.com/mirage/ocaml-github/releases/download/4.4.0/github-data-4.4.0.tbz"
53 checksum: [
54 "sha256=c36e08b64ba189823d8215c366ff4e9fdbc41c790781246e96cf2c6c1fbb818a"
55 "sha512=6588691808a017b11c36031f8e923a47bbc4fd097652b90708cff4626267f0f535a9433dc95cbf1d1b871794a9f9f1391428e5a2f958cc12714c59f351659985"
56 ]
57}
58x-commit-hash: "a5919eb10679004e497794e5ce8915b5dbdfad0b"