File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed
Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88doc: "https://mirage.github.io/ocaml-ipaddr/"
99bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010depends: [
11- "ocaml" {>= "4.04 .0"}
11+ "ocaml" {>= "4.08 .0"}
1212 "dune" {>= "1.9.0"}
1313 "ipaddr" {= version}
1414 "cstruct" {>= "6.0.0"}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
1212doc: "https://mirage.github.io/ocaml-ipaddr/"
1313bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1414depends: [
15- "ocaml" {>= "4.04 .0"}
15+ "ocaml" {>= "4.08 .0"}
1616 "dune" {>= "1.9.0"}
1717 "ipaddr" {= version}
1818 "ipaddr-cstruct" {with-test & = version}
Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
2727doc: "https://mirage.github.io/ocaml-ipaddr/"
2828bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
2929depends: [
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"}
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88doc: "https://mirage.github.io/ocaml-ipaddr/"
99bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010depends: [
11- "ocaml" {>= "4.04 .0"}
11+ "ocaml" {>= "4.08 .0"}
1212 "dune" {>= "1.9.0"}
1313 "macaddr" {= version}
1414 "cstruct" {>= "6.0.0"}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88doc: "https://mirage.github.io/ocaml-ipaddr/"
99bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010depends: [
11- "ocaml" {>= "4.04 .0"}
11+ "ocaml" {>= "4.08 .0"}
1212 "dune" {>= "1.9.0"}
1313 "macaddr" {= version}
1414 "macaddr-cstruct" {with-test & = version}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/mirage/ocaml-ipaddr"
88doc: "https://mirage.github.io/ocaml-ipaddr/"
99bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues"
1010depends: [
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"}
You can’t perform that action at this time.
0 commit comments