Skip to content

Commit 885af88

Browse files
committed
atd* < 2.10.0 is not compatible with yojson 2.0.0 (uses Yojson.Safe.json explicitly)
1 parent 221436f commit 885af88

File tree

42 files changed

+62
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+62
-62
lines changed

packages/atd/atd.1.12.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"jbuilder" {>= "1.0+beta7"}
1515
"menhir" {build & < "20211215"}
1616
"easy-format"
17-
"atdgen" {with-test}
17+
"atdgen" {with-test & < "2.10.0"}
1818
]
1919
synopsis: "Parser for the ATD data format description language"
2020
description: """

packages/atdgen/atdgen.1.13.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.03.0"}
1515
"jbuilder" {>= "1.0+beta7"}
1616
"atd" {>= "1.13.0" & < "2.0.0"}
17-
"atdgen-runtime"
17+
"atdgen-runtime" {< "2.10.0"}
1818
"biniou" {>= "1.0.6"}
1919
"yojson" {>= "1.2.1"}
2020
]

packages/atdgen/atdgen.1.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ remove: [
88
depends: [
99
"ocaml" {< "4.02.0"}
1010
"ocamlfind"
11-
"atd" {= "1.0.2" & < "1.13.0"}
11+
"atd" {= "1.0.2"}
1212
"biniou"
1313
"yojson"
1414
]

packages/atdgen/atdgen.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"ocaml" {>= "4.03.0"}
2121
"jbuilder" {>= "1.0+beta7"}
2222
"atd" {>= "2.0.0" & < "2.3.0"}
23-
"atdgen-runtime" {>= "2.0.0"}
23+
"atdgen-runtime" {>= "2.0.0" & < "2.10.0"}
2424
"biniou" {>= "1.0.6"}
2525
"yojson" {>= "1.2.1"}
2626
]

packages/atdgen/atdgen.2.2.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ depends: [
3535
"ocaml" {>= "4.02"}
3636
"dune" {>= "2.0"}
3737
"atd" {>= "2.2.1" & < "2.3.0"}
38-
"atdgen-runtime" {>= "2.1.0"}
39-
"atdgen-codec-runtime" {with-test}
38+
"atdgen-runtime" {>= "2.1.0" & < "2.10.0"}
39+
"atdgen-codec-runtime" {with-test & < "2.10.0"}
4040
"biniou" {>= "1.0.6"}
4141
"yojson" {>= "1.7.0"}
4242
]

packages/atdgen/atdgen.2.3.3/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
3838
depends: [
3939
"ocaml" {>= "4.08"}
4040
"dune" {>= "2.8"}
41-
"atd" {>= "2.3.0"}
42-
"atdgen-runtime" {>= "2.1.0"}
43-
"atdgen-codec-runtime" {with-test}
41+
"atd" {>= "2.3.0" & < "2.10.0"}
42+
"atdgen-runtime" {>= "2.1.0" & < "2.10.0"}
43+
"atdgen-codec-runtime" {with-test & < "2.10.0"}
4444
"biniou" {>= "1.0.6"}
4545
"yojson" {>= "1.7.0"}
4646
"odoc" {with-doc}

packages/atdgen/atdgen.2.4.0/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
7272
depends: [
7373
"dune" {>= "2.8"}
7474
"ocaml" {>= "4.08"}
75-
"atd" {>= "2.3.0"}
76-
"atdgen-runtime" {>= "2.1.0"}
77-
"atdgen-codec-runtime" {with-test}
75+
"atd" {>= "2.3.0" & < "2.10.0"}
76+
"atdgen-runtime" {>= "2.1.0" & < "2.10.0"}
77+
"atdgen-codec-runtime" {with-test & < "2.10.0"}
7878
"biniou" {>= "1.0.6"}
7979
"yojson" {>= "1.7.0"}
8080
"odoc" {with-doc}

packages/atdgen/atdgen.2.4.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
7272
depends: [
7373
"dune" {>= "2.8"}
7474
"ocaml" {>= "4.08"}
75-
"atd" {>= "2.3.0"}
76-
"atdgen-runtime" {>= "2.1.0"}
77-
"atdgen-codec-runtime" {with-test}
75+
"atd" {>= "2.3.0" & < "2.10.0"}
76+
"atdgen-runtime" {>= "2.1.0" & < "2.10.0"}
77+
"atdgen-codec-runtime" {with-test & < "2.10.0"}
7878
"biniou" {>= "1.0.6"}
7979
"yojson" {>= "1.7.0"}
8080
"odoc" {with-doc}

packages/atdgen/atdgen.2.5.0/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
7272
depends: [
7373
"dune" {>= "2.8"}
7474
"ocaml" {>= "4.08"}
75-
"atd" {>= "2.3.0"}
76-
"atdgen-runtime" {>= "2.1.0"}
77-
"atdgen-codec-runtime" {with-test}
75+
"atd" {>= "2.3.0" & < "2.10.0"}
76+
"atdgen-runtime" {>= "2.1.0" & < "2.10.0"}
77+
"atdgen-codec-runtime" {with-test & < "2.10.0"}
7878
"biniou" {>= "1.0.6"}
7979
"yojson" {>= "1.7.0"}
8080
"odoc" {with-doc}

packages/atdgen/atdgen.2.7.0/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
7272
depends: [
7373
"dune" {>= "2.8"}
7474
"ocaml" {>= "4.08"}
75-
"atd" {>= "2.7.0"}
76-
"atdgen-runtime" {>= "2.1.0"}
77-
"atdgen-codec-runtime" {with-test}
75+
"atd" {>= "2.7.0" & < "2.10.0"}
76+
"atdgen-runtime" {>= "2.1.0" & < "2.10.0"}
77+
"atdgen-codec-runtime" {with-test & < "2.10.0"}
7878
"biniou" {>= "1.0.6"}
7979
"yojson" {>= "1.7.0"}
8080
"odoc" {with-doc}

0 commit comments

Comments
 (0)