Skip to content

Commit

Permalink
Merge pull request #26009 from mseri/yojson-revdeps
Browse files Browse the repository at this point in the history
Fix revdeps from Yojson PR
  • Loading branch information
mseri authored Jun 3, 2024
2 parents 478f3b1 + 286a1b3 commit 8ab79f8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/guardian/guardian.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
"uri" {>= "4.2.0"}
"uuidm" {>= "0.9.8"}
"yojson" {>= "2.0.2"}
"result" {>= "1.5"}
"odoc" {with-doc}
"alcotest-lwt" {with-test}
]
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx/pa_ppx.0.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ depends: [
"bos" { >= "0.2.0" }
"fmt"
"uint" { >= "2.0.1" }
"cppo"
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx/pa_ppx.0.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ depends: [
"bos" { >= "0.2.0" }
"fmt"
"uint" { >= "2.0.1" }
"cppo"
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx/pa_ppx.0.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ depends: [
"fmt"
"uint" { >= "2.0.1" }
"ounit"
"cppo"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test & < "6.0.2"}
Expand Down
1 change: 1 addition & 0 deletions packages/safemoney/safemoney.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"re2"
"yojson"
"ppx_jane" {>= "v0.16.0"}
"ppx_expect" {< "v0.17"}
"ppx_deriving"
"ppx_yojson_conv"
"ppx_deriving_yojson" {< "3.8.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/sarif/sarif.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"timedesc"
"ppx_jane"
"ppx_deriving"
"ppx_expect" {< "v0.17"}
"uri" {>= "4.4.0"}
"odoc" {with-doc}
]
Expand Down
1 change: 1 addition & 0 deletions packages/sarif/sarif.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"timedesc"
"ppx_jane"
"ppx_deriving"
"ppx_expect" {< "v0.17"}
"uri" {>= "4.4.0"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 8ab79f8

Please sign in to comment.