this repo has no description
1opam-version: "2.0" 2synopsis: "GitHub APIv3 JavaScript library" 3description: """ 4This library provides an OCaml interface to the [GitHub APIv3](https://docs.github.com/rest/) 5(JSON). This library installs the JavaScript version, which uses [js_of_ocaml](http://ocsigen.org/js_of_ocaml).""" 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-jsoo" {>= "4.0.0"} 29 "js_of_ocaml-lwt" {>= "3.4.0"} 30 "odoc" {with-doc} 31] 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-p" 38 name 39 "-j" 40 jobs 41 "@install" 42 "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46dev-repo: "git+https://github.com/mirage/ocaml-github.git" 47url { 48 src: 49 "https://github.com/mirage/ocaml-github/releases/download/4.4.1/github-data-4.4.1.tbz" 50 checksum: [ 51 "sha256=2e8ea3e84c3a72fbe80ea27f400228f8f3eb82be398b07f8a189a77f39648461" 52 "sha512=71e97efa2bb2ddad4f5fa5fb2234c017338dc19f34ba849bc8787fd7eb010560a219b85f6ac017539f31ca7d785d5936c84892ead929c7ac29202dd8d3791d0d" 53 ] 54} 55x-commit-hash: "d0d486a6ea03e502db28e122eabb7d34cb67e0fe"