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.1/lab-0.1.1.tbz" 41 checksum: [ 42 "sha256=16289f1451df92b8fc5d54c2b7a05eb98062f40b7cd1318b8ec0705756721e87" 43 "sha512=aeb813f5d9347dedb9a4f80a01cc2d2d15828f84fbaec4a4804f3ca4fb9fa102ccb5ae5b4ff8620b13d5a57d1c0fab51bd61f3ed97945a25aa49f3e0e26d1319" 44 ] 45} 46x-commit-hash: "c42d787d7c033bd72d8ea3b62d9dfc520141f40d"