1+ # This file is generated by dune, edit dune-project instead
12opam-version: "2.0"
2- 3- synopsis: "GitHub APIv3 OCaml library"
4- description: """
5- This library provides an OCaml interface to the [GitHub APIv3](https://developer.github.com/v3/)
6- (JSON). It is compatible with [MirageOS](https://mirage.io) and also compiles to pure
7- JavaScript via [js_of_ocaml](http://ocsigen.org/js_of_ocaml).
8- """
9-
3+ build: [
4+ ["dune" "subst"] {pinned}
5+ ["dune" "build" "-p" name "-j" jobs]
6+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
7+ ["dune" "build" "-p" name "@doc"] {with-doc}
8+ ]
9+ maintainer: ["Anil Madhavapeddy <
[email protected] >"]
1010authors: [
1111 "Anil Madhavapeddy"
1212 "David Sheets"
@@ -18,13 +18,21 @@ authors: [
1818 "Jeremy Yallop"
1919 "Dave Tucker"
2020]
21- tags: ["org: mirage" "org:xapi-project" "git"]
21+ bug-reports: "https://github.com/ mirage/ocaml-github/issues"
2222homepage: "https://github.com/mirage/ocaml-github"
2323doc: "https://mirage.github.io/ocaml-github/"
24- bug-reports: "https://github.com/mirage/ocaml-github/issues"
24+ license: "MIT"
25+ dev-repo: "git+https://github.com/mirage/ocaml-github.git"
26+ synopsis: "GitHub APIv3 OCaml library"
27+ description: """
28+ This library provides an OCaml interface to the
29+ [GitHub APIv3](https://developer.github.com/v3/) (JSON).
30+
31+ It is compatible with [MirageOS](https://mirage.io) and also compiles to pure
32+ JavaScript via [js_of_ocaml](http://ocsigen.org/js_of_ocaml)."""
2533depends: [
2634 "ocaml" {>= "4.03.0"}
27- "dune"
35+ "dune" {>= "1.10"}
2836 "uri" {>= "1.9.0"}
2937 "cohttp" {>= "0.99.0"}
3038 "cohttp-lwt" {>= "0.99"}
@@ -33,9 +41,3 @@ depends: [
3341 "yojson" {>= "1.6.0"}
3442 "stringext"
3543]
36- build: [
37- ["dune" "subst"] {pinned}
38- ["dune" "build" "-p" name "-j" jobs]
39- ["dune" "runtest" "-p" name] {with-test}
40- ]
41- dev-repo: "git+https://github.com/mirage/ocaml-github.git"
0 commit comments