Skip to content

Commit

Permalink
Merge pull request #25441 from dra27/simplify-zstd
Browse files Browse the repository at this point in the history
Disable conf-zstd.0.1
  • Loading branch information
mseri authored Mar 13, 2024
2 parents 64f8483 + a96bc00 commit 4eb1787
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/conf-zstd/conf-zstd.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ depexts: [
["libzstd-devel"] {os-distribution = "centos"}
["libzstd-devel"] {os-distribution = "rhel"}
["libzstd-devel"] {os-distribution = "fedora"}
["libzstd-devel"] {os-family = "suse" | os-family = "opensuse"}
["zstd-dev"] {os-distribution = "alpine"}
["zstd"] {os-distribution = "homebrew" & os = "macos"}
["zstd"] {os = "win32" & os-distribution = "cygwinports"}
]
synopsis: "Virtual package relying on zstd"
description:"
This package can only install if the zstd library is installed on the system.
"
flags: conf
synopsis: "Virtual package relying on zstd (legacy)"
description: "This package version has been deprecated - use conf-zstd.1.3.8."
flags: [ conf deprecated ]
available: os != "win32" | os-distribution = "cygwinports"
2 changes: 1 addition & 1 deletion packages/ppxlib/ppxlib.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run-test: [
depends: [
"ocaml" {>= "4.04.1" & < "4.08.0"}
"base" {>= "v0.11.0"}
"dune"
"dune" {>= "1.6.0"}
"ocaml-compiler-libs" {>= "v0.11.0"}
"ocaml-migrate-parsetree" {>= "1.0.9" & < "2.0.0"}
"ppx_derivers" {>= "1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/zstandard/zstandard.v0.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.07.0"}
"core_kernel" {>= "v0.12" & < "v0.13"}
"ppx_jane" {>= "v0.12" & < "v0.13"}
"conf-zstd" {= "1.3.8"}
"conf-zstd"
"ctypes"
"dune" {>= "1.5.1" & < "2.0.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/zstandard/zstandard.v0.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.07.0"}
"core_kernel" {>= "v0.12" & < "v0.13"}
"ppx_jane" {>= "v0.12" & < "v0.13"}
"conf-zstd" {= "1.3.8"}
"conf-zstd"
"ctypes"
"dune" {>= "1.5.1"}
]
Expand Down

0 comments on commit 4eb1787

Please sign in to comment.