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 package installs the Unix (Lwt) version.""" 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: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.9" & >= "1.10"} "gitlab" {= version} "cohttp" {>= "4.0"} "cohttp-lwt-unix" {>= "4.0"} "tls" {>= "0.11.0" & < "1.0.0"} "lwt" {>= "2.4.4"} "stringext" "base-unix" "alcotest" {with-test} "alcotest-lwt" {with-test} "mdx" {with-test} "odoc" {with-doc} ] patches: [ "no-diff-installed.patch" ] 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" extra-source "no-diff-installed.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/gitlab-unix/no-diff-installed.patch" checksum: [ "sha256=3da56c3be4ef93d9ee4fe916d8841d285e25ec0c79df4b7e3781750ed8f561e7" "md5=6a44152813a8357668b081c331c0aec9" ] }