Skip to content

Commit db60312

Browse files
committed
bump opam version numbers
1 parent 4db1b5f commit db60312

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

charrua-client-lwt.opam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "charrua-client-lwt"
32
maintainer: ["Mindy Preston"]
43
authors : ["Mindy Preston"]
54
homepage: "https://github.com/mirage/charrua-core"
@@ -19,8 +18,8 @@ depends: [
1918
"ocaml" {>= "4.03.0"}
2019
"alcotest" {with-test}
2120
"cstruct-unix" {with-test}
22-
"charrua-core" {>= "0.10"}
23-
"charrua-client" {>= "0.10"}
21+
"charrua-core" {>= "0.11"}
22+
"charrua-client" {>= "0.11"}
2423
"cstruct" {>="3.0.2"}
2524
"ipaddr"
2625
"rresult"

charrua-client-mirage.opam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "charrua-client-mirage"
32
maintainer: ["Mindy Preston"]
43
authors : ["Mindy Preston"]
54
homepage: "https://github.com/mirage/charrua-core"
@@ -16,9 +15,9 @@ build: [
1615
depends: [
1716
"jbuilder" {build & >= "1.0+beta9"}
1817
"ocaml" {>= "4.03.0"}
19-
"charrua-core" {>= "0.10"}
20-
"charrua-client-lwt" {>= "0.10"}
21-
"charrua-client" {>= "0.10"}
18+
"charrua-core" {>= "0.11"}
19+
"charrua-client-lwt" {>= "0.11"}
20+
"charrua-client" {>= "0.11"}
2221
"cstruct" {>="3.0.2"}
2322
"ipaddr"
2423
"rresult"

charrua-client.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "charrua-client"
32
maintainer: ["Mindy Preston"]
43
authors : ["Mindy Preston"]
54
homepage: "https://github.com/mirage/charrua-core"
@@ -20,7 +19,7 @@ depends: [
2019
"alcotest" {with-test}
2120
"cstruct-unix" {with-test}
2221
"mirage-random-test" {with-test}
23-
"charrua-core" {>= "0.10"}
22+
"charrua-core" {>= "0.11"}
2423
"cstruct" {>="3.0.2"}
2524
"ipaddr"
2625
]

charrua-core.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "charrua-core"
32
maintainer: "Christiano F. Haesbaert <[email protected]>"
43
authors: "Christiano F. Haesbaert <[email protected]>"
54
license: "ISC"

charrua-unix.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "charrua-unix"
32
maintainer: "Christiano F. Haesbaert <[email protected]>"
43
authors: "Christiano F. Haesbaert <[email protected]>"
54
homepage: "https://github.com/haesbaert/charrua-unix"
@@ -15,7 +14,7 @@ depends: [
1514
"ocaml" {>= "4.03.0"}
1615
"lwt" {>="3.0.0"}
1716
"lwt_log"
18-
"charrua-core" {>= "0.10"}
17+
"charrua-core" {>= "0.11"}
1918
"cstruct-unix"
2019
"cmdliner"
2120
"rawlink"

0 commit comments

Comments
 (0)