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 package installs the Unix (Lwt) version.""" 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 "ocaml" {>= "4.08.0"} 15 "dune" {>= "2.9"} 16 "gitlab" {= version} 17 "cohttp" {>= "4.0"} 18 "cohttp-lwt-unix" {>= "4.0"} 19 "tls" {>= "0.11.0" & < "1.0.0"} 20 "lwt" {>= "2.4.4"} 21 "stringext" 22 "base-unix" 23 "alcotest" {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 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40 ["dune" "install" "-p" name "--create-install-files" name] 41] 42dev-repo: "git+https://github.com/tmcgilchrist/ocaml-gitlab.git" 43available: [ arch != "x86_32" & arch != "arm32" & arch != "ppc32" ] 44url { 45 src: 46 "https://github.com/tmcgilchrist/ocaml-gitlab/releases/download/0.1.1/lab-0.1.1.tbz" 47 checksum: [ 48 "sha256=16289f1451df92b8fc5d54c2b7a05eb98062f40b7cd1318b8ec0705756721e87" 49 "sha512=aeb813f5d9347dedb9a4f80a01cc2d2d15828f84fbaec4a4804f3ca4fb9fa102ccb5ae5b4ff8620b13d5a57d1c0fab51bd61f3ed97945a25aa49f3e0e26d1319" 50 ] 51} 52x-commit-hash: "c42d787d7c033bd72d8ea3b62d9dfc520141f40d"