File: control

package info (click to toggle)
texify 1.20-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 68 kB
  • sloc: perl: 492; makefile: 57
file content (22 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: texify
Section: utils
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 11)
Vcs-Browser: https://salsa.debian.org/alteholz/texify
Vcs-Git: https://salsa.debian.org/alteholz/texify.git

Package: texify
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Suggests: texlive-base-bin
Description: Beautify source code for use with LaTeX
 Texify is a perl script that translates source code written in any of
 several different languages to LaTeX source files.  The purpose is to
 make source code embedded in documents more readable, by performing
 syntax highlighting.
 .
 The supported languages are ABEL, Ada, Assembly, B, BETA, Bison, C,
 C++, OMG/CORBA IDL, Java, Lex, Lisp, LOGLA, MATLAB, ML, Perl, Promela,
 Python, Scheme, SIMULA, SQL, Ruby and VHDL.