We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70cde69 + 5245421 commit d1c1268Copy full SHA for d1c1268
Formula/c/[email protected]
@@ -26,6 +26,12 @@ class ConanAT1 < Formula
26
27
keg_only :versioned_formula
28
29
+ # Upstream comments mention 1.x is no longer supported:
30
+ # https://github.com/conan-io/conan/pull/17938#issuecomment-3051751396
31
+ # https://github.com/conan-io/conan/issues/18874#issuecomment-3249873665
32
+ deprecate! date: "2025-10-27", because: :unsupported
33
+ disable! date: "2026-10-27", because: :unsupported
34
+
35
depends_on "pkgconf" => :build
36
depends_on "cmake" => :test
37
depends_on "certifi"
0 commit comments