1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: prolog-el
Section: lisp
Priority: optional
Maintainer: Philipp Benner <philipp@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/prolog-el/
Vcs-Svn: svn://svn.debian.org/pkg-escience/prolog-el/
Homepage: http://bruda.ca/emacs-prolog/
Package: prolog-el
Architecture: all
Depends: emacs23 | emacsen, ${misc:Depends}
Suggests: swi-prolog | gprolog
Description: Emacs major mode for editing Prolog code
This is a replacement for the standard emacs prolog mode. It comes
with all the features you would expect, including syntax
highlighting, auto indent, and full interaction with an inferior
Prolog process.
.
This mode supports in principle any Prolog system, though it is
primarily maintained for SWI Prolog. It also has some special tweaks
for GNU Prolog and SICStus Prolog, and explicitly supports Prolog's
close relatives Eclipse and Mercury.
|