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 7c25ee2 commit becca0fCopy full SHA for becca0f
packages/conf-povray/conf-povray.1/opam
@@ -12,6 +12,11 @@ depends: [ ]
12
depexts: [
13
["povray"] {os-family = "debian"}
14
["povray"] {os-family = "ubuntu"}
15
+ ["povray"] {os-distribution = "arch"}
16
+ ["povray"] {os-distribution = "fedora"}
17
+ ["povray"] {os-family = "suse" | os-family = "opensuse"}
18
+ ["povray"] {os = "macos" & os-distribution = "homebrew"}
19
+ ["povray37"] {os = "freebsd"}
20
]
21
build: [
22
["sh" "-c" "povray --version"]
0 commit comments