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