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). 6 7It is compatible with [MirageOS](https://mirage.io) and also compiles to pure 8JavaScript via [js_of_ocaml](http://ocsigen.org/js_of_ocaml).""" 9maintainer: ["Tim McGilchrist <timmcgil@gmail.com>"] 10authors: ["Tim McGilchrist"] 11license: "BSD-3-clause" 12homepage: "https://github.com/tmcgilchrist/ocaml-gitlab" 13doc: "https://tmcgilchrist.github.io/ocaml-gitlab/" 14bug-reports: "https://github.com/tmcgilchrist/ocaml-gitlab/issues" 15depends: [ 16 "ocaml" {>= "4.08.0"} 17 "dune" {>= "2.9" & >= "1.10"} 18 "uri" {>= "1.9.0"} 19 "cohttp-lwt" {>= "4.0"} 20 "atdgen" {>= "2.0.0" & < "2.3.0"} 21 "yojson" {>= "1.7.0"} 22 "stringext" 23 "mdx" {with-test} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "--promote-install-files=false" 36 "@install" 37 "@doc" {with-doc} 38 ] 39 ["dune" "install" "-p" name "--create-install-files" name] 40] 41dev-repo: "git+https://github.com/tmcgilchrist/ocaml-gitlab.git" 42url { 43 src: 44 "https://github.com/tmcgilchrist/ocaml-gitlab/releases/download/0.1.0/lab-0.1.0.tbz" 45 checksum: [ 46 "sha256=fb8efa6f650fcfed8b0e16054f53d6cec624bf218e76e4e5264e16c1d4a37f8d" 47 "sha512=341bd366a6c664067a043a2e75f9f6db479a43ae8f4e6448a5ba80b6e9269a40b95b307e4de538c60d2cfabc82c964113da789f04d22b2e13456234344e75089" 48 ] 49} 50x-commit-hash: "9dc71f428bf49f3029742cfc5e5450697fbc48ff"