this repo has no description
1opam-version: "2.0" 2synopsis: "Gitlab APIv4 OCaml library" 3description: """ 4This library provides an OCaml interface to the 5[Gitlab APIv4](https://docs.gitlab.com/ee/api/) (JSON). 6This library installs the JavaScript version, which uses [js_of_ocaml](http://ocsigen.org/js_of_ocaml).""" 7maintainer: ["Tim McGilchrist <timmcgil@gmail.com>"] 8authors: ["Tim McGilchrist"] 9license: "BSD-3-clause" 10homepage: "https://github.com/tmcgilchrist/ocaml-gitlab" 11doc: "https://tmcgilchrist.github.io/ocaml-gitlab/" 12bug-reports: "https://github.com/tmcgilchrist/ocaml-gitlab/issues" 13depends: [ 14 "dune" {>= "2.9"} 15 "ocaml" {>= "4.08.0"} 16 "gitlab" {= version} 17 "cohttp" {>= "4.0"} 18 "cohttp-lwt-jsoo" {>= "4.0"} 19 "js_of_ocaml-lwt" {>= "3.4.0"} 20 "mdx" {with-test} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "--promote-install-files=false" 33 "@install" 34 "@doc" {with-doc} 35 ] 36 ["dune" "install" "-p" name "--create-install-files" name] 37] 38dev-repo: "git+https://github.com/tmcgilchrist/ocaml-gitlab.git" 39url { 40 src: 41 "https://github.com/tmcgilchrist/ocaml-gitlab/releases/download/0.1.0/lab-0.1.0.tbz" 42 checksum: [ 43 "sha256=fb8efa6f650fcfed8b0e16054f53d6cec624bf218e76e4e5264e16c1d4a37f8d" 44 "sha512=341bd366a6c664067a043a2e75f9f6db479a43ae8f4e6448a5ba80b6e9269a40b95b307e4de538c60d2cfabc82c964113da789f04d22b2e13456234344e75089" 45 ] 46} 47x-commit-hash: "9dc71f428bf49f3029742cfc5e5450697fbc48ff"