File: control

package info (click to toggle)
prolog-el 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: lisp: 3,024; makefile: 40; sh: 25
file content (24 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
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.