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
|
Source: inform-mode
Maintainer: Ben Finney <bignose@debian.org>
Section: editors
Priority: optional
Build-Depends:
dh-elpa,
debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://rrthomas.github.io/inform-mode/
VCS-Git: https://salsa.debian.org/bignose/pkg-inform-mode.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-inform-mode
Rules-Requires-Root: no
Package: elpa-inform-mode
Architecture: all
Depends:
${elpa:Depends},
${misc:Depends}
Provides: elpa-inform6-mode
Suggests: inform-mode-doc
Breaks: inform-mode (<< 1.6.2-1~)
Replaces: inform-mode (<< 1.6.2-1~)
Description: Emacs major mode for editing Inform 6 source
‘inform-mode’ is an Emacs major mode for editing source code in the
Inform 6 programming language.
.
‘inform-mode’ supports the usual Emacs program mode functions:
automatic indentation, moving over expressions, comment and string
filling, font locking, tags-file support, starting compiles and
parsing errors. You can also run a Z-code interpreter against the
compiled code.
.
Inform 6 is an object-oriented language for writing interactive
fiction, also known as “text adventures” or “adventure games”.
Package: inform-mode
Section: oldlibs
Architecture: all
Depends:
elpa-inform-mode,
${misc:Depends}
Description: transitional dummy package
This is a dummy package for the transition to ‘elpa-inform-mode’.
.
This package can be safely removed.
Package: inform-mode-doc
Section: doc
Architecture: all
Depends:
fonts-font-awesome,
libjs-bootstrap,
libjs-jquery,
${misc:Depends},
Suggests: inform-mode
Description: Emacs major mode for editing Inform 6 source — documentation
‘inform-mode’ is an Emacs major mode for editing source code in the
Inform 6 programming language.
.
Inform 6 is an object-oriented language for writing interactive
fiction, also known as “text adventures” or “adventure games”.
.
This package installs the user documentation.
|