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
|
Source: gprolog
Standards-Version: 4.7.3
Maintainer: Salvador Abreu <spa@debian.org>
Section: devel
Build-Depends:
debhelper-compat (= 13),
latexmk,
Build-Depends-Indep:
imagemagick,
gsfonts,
texlive-latex-recommended,
texlive-latex-extra,
texlive-font-utils,
hevea,
Vcs-Browser: https://salsa.debian.org/debian/gprolog
Vcs-Git: https://salsa.debian.org/debian/gprolog.git
Homepage: http://www.gprolog.org/
Package: gprolog
Architecture: i386 amd64 sparc sparc64 alpha powerpc
Depends:
${shlibs:Depends},
${misc:Depends},
Recommends:
gprolog-doc,
Description: GNU Prolog compiler
GNU Prolog is a free Prolog compiler with constraint solving over
finite domains (FD). GNU Prolog is largely compliant with the ISO
standard and is part of the Prolog Commons initiative.
.
This package contains the compiler and runtime system for the ISO
standard version of GNU Prolog, including the prototype modules
implementation.
Package: gprolog-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Recommends:
pdf-viewer,
www-browser,
Description: documentation for the GNU Prolog compiler
GNU Prolog is a free Prolog compiler with constraint solving over
finite domains (FD).
.
This package contains the documentation (PDF and HTML) for GNU
Prolog.
|