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 74adcfd commit 9c2df01Copy full SHA for 9c2df01
packages/conf-flint/conf-flint.3.0/opam
@@ -32,7 +32,8 @@ depexts: [
32
["flint"] {os-distribution = "arch"}
33
]
34
available: [
35
- !(os-family = "ubuntu" & os-version < "24.04")
+ !(os-family = "ubuntu" & os-version < "24.04") &
36
+ !(os-family = "debian" & os-version <= "12")
37
38
39
synopsis: "Virtual package relying on a Flint lib system installation"
0 commit comments