File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
packages/conf-texlive/conf-texlive.2 Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/ocaml/opam-repository/issues"
3+ homepage: "http://tug.org/texlive/"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: "TeX Users Group"
6+ license: "LaTeX Project Public License and GPL-2"
7+ build: ["pdflatex" "-version"]
8+ depexts: [
9+ ["texlive-latex-base"] {os-family = "debian"}
10+ ["texlive-latex-base"] {os-family = "ubuntu"}
11+ ["texlive-latex"] {os-family = "fedora"}
12+ ["texlive-latex"] {os-distribution = "rhel"}
13+ ["texlive-latex"] {os-distribution = "ol"}
14+ ["texlive-latex-bin-bin"] {os-distribution = "ol" & os-version < "8"}
15+ ["texlive-latex"] {os-distribution = "centos"}
16+ ["texlive-latex-bin-bin"] {os-distribution = "centos" & os-version < "8"}
17+ ["texlive"] {os-family = "alpine"}
18+ ["texlive-latex-bin-bin"] {os-family = "suse" | os-family = "opensuse"}
19+ ["texlive-core"] {os-family = "arch"}
20+ ["tex-formats"] {os = "freebsd"}
21+ ["texlive"] {os-distribution = "homebrew" & os = "macos"}
22+ ["texlive"] {os-distribution = "macports" & os = "macos"}
23+ ]
24+ synopsis: "Virtual package relying on texlive / pdflatex"
25+ description:
26+ "This package can only install if the pdflatex binary is installed on the system."
27+ flags: conf
You can’t perform that action at this time.
0 commit comments