Skip to content

Commit 638eee0

Browse files
committed
Re-order the opam fields
Makes the diff in the next commit more useful.
1 parent 46b6a96 commit 638eee0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

ocaml-ci-api.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
78
maintainer: ["talex5@gmail.com"]
89
authors: ["talex5@gmail.com"]
9-
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
homepage: "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"
1312
depends: [
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"

ocaml-ci-client.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
opam-version: "2.0"
2+
synopsis: "Command-line client for ocaml-ci"
23
build: [
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
]
78
maintainer: ["talex5@gmail.com"]
89
authors: ["talex5@gmail.com"]
9-
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
homepage: "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"
1312
depends: [
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"

ocaml-ci-service.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
78
maintainer: ["talex5@gmail.com"]
89
authors: ["talex5@gmail.com"]
9-
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
homepage: "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"
1312
depends: [
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"

ocaml-ci-web.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
78
maintainer: ["talex5@gmail.com"]
89
authors: ["talex5@gmail.com"]
9-
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
homepage: "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"
1312
depends: [
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"

0 commit comments

Comments
 (0)