opam-version: "2.0" synopsis: "Gitlab APIv4 OCaml library" description: """ This library provides an OCaml interface to the [Gitlab APIv4](https://docs.gitlab.com/ee/api/) (JSON). This library installs the JavaScript version, which uses [js_of_ocaml](http://ocsigen.org/js_of_ocaml).""" maintainer: ["Tim McGilchrist "] authors: ["Tim McGilchrist"] license: "BSD-3-clause" homepage: "https://github.com/tmcgilchrist/ocaml-gitlab" doc: "https://tmcgilchrist.github.io/ocaml-gitlab/" bug-reports: "https://github.com/tmcgilchrist/ocaml-gitlab/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08.0"} "gitlab" {= version} "cohttp" {>= "4.0"} "cohttp-lwt-jsoo" {>= "4.0"} "js_of_ocaml-lwt" {>= "3.4.0"} "mdx" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/tmcgilchrist/ocaml-gitlab.git" url { src: "https://github.com/tmcgilchrist/ocaml-gitlab/releases/download/0.1.0/lab-0.1.0.tbz" checksum: [ "sha256=fb8efa6f650fcfed8b0e16054f53d6cec624bf218e76e4e5264e16c1d4a37f8d" "sha512=341bd366a6c664067a043a2e75f9f6db479a43ae8f4e6448a5ba80b6e9269a40b95b307e4de538c60d2cfabc82c964113da789f04d22b2e13456234344e75089" ] } x-commit-hash: "9dc71f428bf49f3029742cfc5e5450697fbc48ff"