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 999bff3 commit f6313c8Copy full SHA for f6313c8
packages/conf-povray/conf-povray.1/opam
@@ -0,0 +1,19 @@
1
+opam-version: "2.0"
2
+maintainer: "https://github.com/fccm2"
3
+homepage: "https://www.povray.org/"
4
+authors: [ "David Kirk Buck" "Aaron A. Collins" "Alexander Enzmann" "The POV-Team" ]
5
+bug-reports: "https://github.com/ocaml/opam-repository/issues"
6
+license: "AGPL-3.0-or-later"
7
+synopsis: "Virtual package relying on a povray system installation"
8
+description: """
9
+This package checks if povray is installed on the system.
10
+"""
11
+depends: [ ]
12
+depexts: [
13
+ ["povray"] {os-family = "debian"}
14
+ ["povray"] {os-family = "ubuntu"}
15
+]
16
+build: [
17
+ ["sh" "-c" "which povray"]
18
19
+flags: conf
0 commit comments