File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ build: [
44 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
55 ["dune" "build" "-p" name "@doc"] {with-doc}
66]
7+ synopsis: "Cap'n Proto API for ocaml-ci"
78maintainer: ["talex5@gmail.com"]
89authors: ["talex5@gmail.com"]
9- bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010homepage: "https://github.com/ocurrent/ocaml-ci"
11- dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
12- synopsis: "Cap'n Proto API for ocaml-ci"
11+ bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1312depends: [
1413 "dune" {>= "1.11" & < "2.2.0"}
1514 "current_rpc"
1615 "capnp" {>= "3.4.0"}
1716 "capnp-rpc-lwt"
1817 "dockerfile"
1918]
19+ dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
Original file line number Diff line number Diff line change 11opam-version: "2.0"
2+ synopsis: "Command-line client for ocaml-ci"
23build: [
34 ["dune" "build" "-p" name "-j" jobs]
45 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
56 ["dune" "build" "-p" name "@doc"] {with-doc}
67]
78maintainer: ["talex5@gmail.com"]
89authors: ["talex5@gmail.com"]
9- bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010homepage: "https://github.com/ocurrent/ocaml-ci"
11- dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
12- synopsis: "Command-line client for ocaml-ci"
11+ bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1312depends: [
1413 "dune" {>= "1.11" & < "2.2.0"}
1514 "current_rpc"
1615 "capnp-rpc-unix"
1716 "ocaml-ci-api"
1817 "dockerfile"
1918]
19+ dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ build: [
44 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
55 ["dune" "build" "-p" name "@doc"] {with-doc}
66]
7+ synopsis: "Test OCaml projects on GitHub"
78maintainer: ["talex5@gmail.com"]
89authors: ["talex5@gmail.com"]
9- bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010homepage: "https://github.com/ocurrent/ocaml-ci"
11- dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
12- synopsis: "Test OCaml projects on GitHub"
11+ bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1312depends: [
1413 "dune" {>= "1.11" & < "2.2.0"}
1514 "current_git"
@@ -24,3 +23,4 @@ depends: [
2423 "alcotest" {< "1.0.0" & with-test}
2524 "alcotest-lwt" {with-test}
2625]
26+ dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ build: [
44 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
55 ["dune" "build" "-p" name "@doc"] {with-doc}
66]
7+ synopsis: "Web-server frontend for ocaml-ci"
78maintainer: ["talex5@gmail.com"]
89authors: ["talex5@gmail.com"]
9- bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010homepage: "https://github.com/ocurrent/ocaml-ci"
11- dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
12- synopsis: "Web-server frontend for ocaml-ci"
11+ bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1312depends: [
1413 "dune" {>= "1.11" & < "2.2.0"}
1514 "current_rpc"
@@ -25,3 +24,4 @@ depends: [
2524 "dockerfile"
2625 "ppx_deriving_yojson"
2726]
27+ dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
You can’t perform that action at this time.
0 commit comments