File: control

package info (click to toggle)
inform6-compiler 6.41-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,668 kB
  • sloc: ansic: 29,404; makefile: 57; sh: 48
file content (41 lines) | stat: -rw-r--r-- 1,376 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: inform6-compiler
Maintainer: Ben Finney <bignose@debian.org>
Section: devel
Priority: optional
Build-Depends:
    pandoc,
    debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: http://inform-fiction.org/
VCS-Git: https://salsa.debian.org/bignose/pkg-inform6-compiler.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-inform6-compiler
Rules-Requires-Root: no

Package: inform6-compiler
Architecture: any
Depends:
    ${shlibs:Depends},
    ${misc:Depends}
Recommends:
    inform6-library,
    zcode-interpreter
Suggests:
    inform6-doc,
    inform-mode
Replaces: inform (<< 6.33.1~b3+dfsg.1-1~)
Breaks: inform (<< 6.33.1~b3+dfsg.1-1~)
Description: Inform 6 interactive fiction language — compiler
 Inform 6 is an object-oriented language for writing interactive
 fiction, also known as “text adventures” or “adventure games”.
 .
 As an interactive fiction developer, you create Inform 6 source code
 defining the story. Then compile from source code to a “story file”.
 The resulting story files are highly portable, with interpreters
 available for many different platforms.
 .
 The Inform 6 compiler can produce a story file in these formats:
  * Z-code, executed by implementations of the Infocom Z-machine.
  * Glulx, a modern platform for interactive fiction.
 .
 This package installs:
  * The Inform 6 compiler program, ‘inform6’.