this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://www.ghostscript.com/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "Artifex Software, Inc" 6license: "AGPL-3.0-only" 7build: ["gs" "--version"] 8depexts: [ 9 ["ghostscript"] {os-family = "debian"} 10 ["ghostscript"] {os-family = "ubuntu"} 11 ["ghostscript"] {os-distribution = "fedora"} 12 ["ghostscript"] {os-distribution = "rhel"} 13 ["ghostscript"] {os-distribution = "ol"} 14 ["ghostscript"] {os-distribution = "centos"} 15 ["ghostscript"] {os-family = "alpine"} 16 ["ghostscript"] {os-family = "suse" | os-family = "opensuse"} 17 ["ghostscript"] {os-family = "arch"} 18 ["ghostscript10"] {os = "freebsd" & os-version >= "13"} 19 ["ghostscript"] {os = "freebsd" & os-version < "13"} 20 ["ghostscript"] {os-distribution = "homebrew" & os = "macos"} 21 ["ghostscript"] {os-distribution = "macports" & os = "macos"} 22] 23synopsis: "Virtual package relying on ghostscript" 24description: 25 "This package can only install if the gs binary is installed on the system." 26flags: conf