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.
1 parent 4286a17 commit 5245421Copy full SHA for 5245421
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