Skip to content

Commit 89834ad

Browse files
committed
remove stdlib-shims dependency, require OCaml 4.08
1 parent 74d1307 commit 89834ad

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

ipaddr-cstruct.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88
doc: "https://mirage.github.io/ocaml-ipaddr/"
99
bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010
depends: [
11-
"ocaml" {>= "4.04.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "1.9.0"}
1313
"ipaddr" {= version}
1414
"cstruct" {>= "6.0.0"}

ipaddr-sexp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
1212
doc: "https://mirage.github.io/ocaml-ipaddr/"
1313
bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1414
depends: [
15-
"ocaml" {>= "4.04.0"}
15+
"ocaml" {>= "4.08.0"}
1616
"dune" {>= "1.9.0"}
1717
"ipaddr" {= version}
1818
"ipaddr-cstruct" {with-test & = version}

ipaddr.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
2727
doc: "https://mirage.github.io/ocaml-ipaddr/"
2828
bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
2929
depends: [
30-
"ocaml" {>= "4.04.0"}
30+
"ocaml" {>= "4.08.0"}
3131
"dune" {>= "1.9.0"}
3232
"macaddr" {= version}
33-
"stdlib-shims"
3433
"domain-name" {>= "0.3.0"}
3534
"ounit" {with-test}
3635
"ppx_sexp_conv" {with-test & >= "v0.9.0"}

lib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name ipaddr)
33
(public_name ipaddr)
44
(modules ipaddr)
5-
(libraries macaddr domain-name stdlib-shims))
5+
(libraries macaddr domain-name))
66

77
(library
88
(name macaddr)

macaddr-cstruct.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88
doc: "https://mirage.github.io/ocaml-ipaddr/"
99
bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010
depends: [
11-
"ocaml" {>= "4.04.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "1.9.0"}
1313
"macaddr" {= version}
1414
"cstruct" {>= "6.0.0"}

macaddr-sexp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88
doc: "https://mirage.github.io/ocaml-ipaddr/"
99
bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010
depends: [
11-
"ocaml" {>= "4.04.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "1.9.0"}
1313
"macaddr" {= version}
1414
"macaddr-cstruct" {with-test & = version}

macaddr.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88
doc: "https://mirage.github.io/ocaml-ipaddr/"
99
bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010
depends: [
11-
"ocaml" {>= "4.04.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "1.9.0"}
1313
"ounit" {with-test}
1414
"ppx_sexp_conv" {with-test & >= "v0.9.0"}

0 commit comments

Comments
 (0)