Skip to content

Commit acfaf88

Browse files
authored
Merge pull request #26220 from mseri/camlzip-ub
Fix revdeps
2 parents 3d0c43d + 1493622 commit acfaf88

File tree

2 files changed

+2
-2
lines changed
  • packages
    • bap-byteweight/bap-byteweight.2.5.0
    • phylogenetics/phylogenetics.0.2.0

2 files changed

+2
-2
lines changed

packages/bap-byteweight/bap-byteweight.2.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"bap-std" {= "2.5.0"}
2929
"bap-signatures" {= "2.5.0"}
3030
"regular" {= "2.5.0"}
31-
"camlzip"
31+
"camlzip" {< "1.12"}
3232
"uri"
3333
]
3434
synopsis: "BAP facility for indentifying code entry points"

packages/phylogenetics/phylogenetics.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"angstrom-unix"
1212
"binning"
1313
"biotk" {>= "0.2.0"}
14-
"core" {>= "v0.15.0" & < "v0.17.0"}
14+
"core" {>= "v0.15.0" & < "v0.16"}
1515
"dune" {>= "3.6"}
1616
"gsl"
1717
"lacaml" {>= "10.0.2"}

0 commit comments

Comments
 (0)