Skip to content

Commit 9a1c4f4

Browse files
committed
Set minimum ocaml version to 4.08
1 parent 54023ae commit 9a1c4f4

7 files changed

+8
-6
lines changed

Changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Changes marked with '*' indicates a changes that breaks backward compatibility
99
[ ] Add namespaces to attributes
1010
[ ] Unify xmlm and xml_light driver to share codebase
1111

12+
5.2.1
13+
[x] Set minimum ocaml version to 4.08
1214
[x] Remove warnings on using kprintf and switch to reference Stdlib and not Caml
1315
[x] Require yojson >= 1.6.0 and remove upper constraint on yojson
1416
[x] Fix package description for yaml driver

ppx_protocol_conv_json.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04.0"}
14+
"ocaml" {>= "4.08"}
1515
"ppx_protocol_conv" {= version}
1616
"yojson" {>= "1.6.0"}
1717
"dune" {>= "1.2"}

ppx_protocol_conv_jsonm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04"}
14+
"ocaml" {>= "4.08"}
1515
"ppx_protocol_conv" {= version}
1616
"ezjsonm"
1717
"dune" {>= "1.2"}

ppx_protocol_conv_msgpack.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04.0"}
14+
"ocaml" {>= "4.08"}
1515
"ppx_protocol_conv" {= version}
1616
"msgpck" {>= "1.3"}
1717
"msgpck" {with-test & >= "1.7"}

ppx_protocol_conv_xml_light.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04.0"}
14+
"ocaml" {>= "4.08"}
1515
"ppx_protocol_conv" {= version}
1616
"xml-light"
1717
"dune" {>= "1.2"}

ppx_protocol_conv_xmlm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04"}
14+
"ocaml" {>= "4.08"}
1515
"ppx_protocol_conv" {= version}
1616
"ezxmlm"
1717
"dune" {>= "1.2"}

ppx_protocol_conv_yaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04.0"}
14+
"ocaml" {>= "4.08"}
1515
"dune" {>= "1.2"}
1616
"ppx_protocol_conv" {= version}
1717
"yaml" { >= "2.0.0"}

0 commit comments

Comments
 (0)