1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: asymptote
Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org>
Uploaders: Hubert Chathi <uhoreg@debian.org>,
Ruben Molina <rmolina@udea.edu.co>,
Picca Frédéric-Emmanuel <picca@debian.org>,
Norbert Preining <norbert@preining.info>,
Hilmar Preuße <hille42@debian.org>
Section: tex
Priority: optional
Build-Depends: bison,
debhelper-compat (= 13),
dh-python,
flex,
cmake,
pkgconf,
libglut-dev,
libosmesa6-dev,
ghostscript,
imagemagick,
libboost-program-options-dev,
libboost-filesystem-dev,
libboost-thread-dev,
libcurl4-gnutls-dev,
libeigen3-dev,
libfftw3-dev,
libgc-dev,
libgsl-dev,
libncurses-dev,
libreadline-dev,
libsigsegv-dev,
libtimedate-perl,
libtirpc-dev,
python3,
pyqt5-dev-tools,
rapidjson-dev,
tex-common,
doxygen,
graphviz,
texinfo,
texlive-latex-base,
texlive-latex-extra,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-pstricks,
zlib1g-dev,
libglm-dev,
libglew-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://asymptote.sourceforge.net/
Vcs-Git: https://github.com/debian-tex/asymptote.git
Vcs-Browser: https://github.com/debian-tex/asymptote
Package: asymptote
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
ghostscript,
imagemagick,
texlive-binaries,
texlive-latex-base,
texlive-pstricks,
texlive-plain-generic,
xdg-utils
Suggests: asymptote-x11
Recommends: asymptote-doc
Description: script-based vector graphics language inspired by MetaPost
Asymptote is a powerful script-based vector graphics language for technical
drawings, inspired by MetaPost but with an improved C++-like syntax.
Asymptote provides for figures the same high-quality level of typesetting that
LaTeX does for scientific text.
Package: asymptote-x11
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
asymptote (>= ${binary:Version}),
librsvg2-bin,
python3-cson,
python3-numpy,
python3-pyqt5,
python3-pyqt5.qtsvg
Suggests: gv,
evince | pdf-viewer
Breaks: asymptote (<= 2.49-2)
Replaces: asymptote (<= 2.49-2)
Description: script-based vector graphics language inspired by MetaPost - the GUI part
Asymptote is a powerful script-based vector graphics language for technical
drawings, inspired by MetaPost but with an improved C++-like syntax.
Asymptote provides for figures the same high-quality level of typesetting that
LaTeX does for scientific text.
.
In the event that adjustments to the final figure are required, the
preliminary Graphical User Interface (GUI) xasy included with Asymptote allows
you to move graphical objects and draw new ones. The modified figure can then
be saved as a normal Asymptote file.
Package: asymptote-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: asymptote,
info-browser | pdf-viewer | www-browser
Description: documentation and examples for asymptote
Asymptote is a powerful descriptive vector graphics language that
provides a natural coordinate-based framework for technical drawing.
This package provides documentation and examples.
|