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: inform
Section: non-free/devel
Priority: extra
Homepage: http://inform-fiction.org/
Maintainer: Ben Finney <ben+debian@benfinney.id.au>
Standards-Version: 3.9.6
VCS-bzr: http://anonscm.debian.org/bzr/collab-maint/pkg-inform/trunk/
VCS-Browser: http://anonscm.debian.org/loggerhead/collab-maint/pkg-inform/trunk/
Build-Depends:
autotools-dev,
dh-autoreconf,
debhelper (>= 9)
XS-Autobuild: yes
Package: inform
Section: non-free/devel
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Recommends: zcode-interpreter
Suggests: inform-mode, inform-docs
Description: story file compiler for the Inform interactive fiction language (v6)
Inform is an object-oriented language for text adventure games which
are commonly known as "interactive fiction". The story files are
compiled into a special form of bytecode (Z-code) which can then
be run by Z-code interpreters that exist for a multitude of
operating systems.
.
This package contains:
* the Inform compiler
* the Inform standard library
* several user-supplied extensions and modules
Package: inform-docs
Section: non-free/doc
Architecture: all
Depends:
${misc:Depends}
Description: documentation for the Inform interactive fiction language (v6)
Inform is an object-oriented language for text adventure games which
are commonly known as "interactive fiction". The story files are
compiled into a special form of bytecode (Z-code) which can then
be run by Z-code interpreters that exist for a multitude of
operating systems.
.
This package contains:
* the Inform Designer's Manual (4th edition)
* the Inform Beginner's Guide
|