opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" homepage: "https://www.ghostscript.com/" bug-reports: "https://github.com/ocaml/opam-repository/issues" authors: "Artifex Software, Inc" license: "AGPL-3.0-only" build: ["gs" "--version"] depexts: [ ["ghostscript"] {os-family = "debian"} ["ghostscript"] {os-family = "ubuntu"} ["ghostscript"] {os-distribution = "fedora"} ["ghostscript"] {os-distribution = "rhel"} ["ghostscript"] {os-distribution = "ol"} ["ghostscript"] {os-distribution = "centos"} ["ghostscript"] {os-family = "alpine"} ["ghostscript"] {os-family = "suse" | os-family = "opensuse"} ["ghostscript"] {os-family = "arch"} ["ghostscript10"] {os = "freebsd" & os-version >= "13"} ["ghostscript"] {os = "freebsd" & os-version < "13"} ["ghostscript"] {os-distribution = "homebrew" & os = "macos"} ["ghostscript"] {os-distribution = "macports" & os = "macos"} ] synopsis: "Virtual package relying on ghostscript" description: "This package can only install if the gs binary is installed on the system." flags: conf