this repo has no description
1opam-version: "2.0" 2synopsis: "GitLab cli" 3description: 4 "Experimental GitLab cli in the style of GitHub's gh and hub commands." 5maintainer: ["Tim McGilchrist <timmcgil@gmail.com>"] 6authors: ["Tim McGilchrist"] 7license: "BSD-3-clause" 8homepage: "https://github.com/tmcgilchrist/ocaml-gitlab" 9doc: "https://tmcgilchrist.github.io/ocaml-gitlab/" 10bug-reports: "https://github.com/tmcgilchrist/ocaml-gitlab/issues" 11depends: [ 12 "dune" {>= "2.9"} 13 "ocaml" {>= "4.08.0"} 14 "cmdliner" {>= "0.9.8"} 15 "gitlab-unix" {= version} 16 "cohttp-lwt-unix" {>= "4.0"} 17 "otoml" {>= "0.9.0"} 18 "mdx" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "--promote-install-files=false" 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35 ["dune" "install" "-p" name "--create-install-files" name] 36] 37dev-repo: "git+https://github.com/tmcgilchrist/ocaml-gitlab.git" 38url { 39 src: 40 "https://github.com/tmcgilchrist/ocaml-gitlab/releases/download/0.1.2/lab-0.1.2.tbz" 41 checksum: [ 42 "sha256=8ca701f1adcc5e13b6591a82d6d4f55e44571523efeeb47e46777c1cd22e2f2a" 43 "sha512=8f3ed8892d7c8545bb7d9f3d9a8035daed3bd8a9a4e6dfe5a7c84258ee45ddc6123bc994afb18d8a012ceb4dc1bd3b96bd109ac5c7a43c96152e69cb690d1815" 44 ] 45} 46x-commit-hash: "7d1e8a082bcd044fea1ed9f2b8194027de6c4366"