File: control

package info (click to toggle)
qtads 2.1.7-0.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 16,304 kB
  • sloc: cpp: 134,004; ansic: 26,107; xml: 18; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 1,288 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
Source: qtads
Section: games
Priority: optional
Maintainer: Daniel Schepler <schepler@debian.org>
Build-Depends: debhelper (>= 6), libsdl-mixer1.2-dev, libsdl-sound1.2-dev, cdbs (>= 0.4.50), pkg-config, qtbase5-dev
Standards-Version: 3.9.4

Package: qtads
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: tads2-interpreter, tads3-interpreter
Description: Qt HTML interpreter for TADS
 This package provides an interpreter for TADS game files, using a
 Qt interface.  It can run either TADS 2 games (which have an
 extension of .gam) or TADS 3 games (which have an extension of .t3).
 See http://www.ifarchive.org/indexes/if-archiveXgamesXtads.html for a
 large collection of available TADS games.
 .
 This interpreter supports HTML-TADS multimedia features.  Other
 features include:
   * Full Unicode support for TADS 3 and HTML TADS games.
   * Full text justification.
   * Support for multiple user configurations, which you can switch
     between at runtime.
 .
 TADS, the Text Adventure Development System, is a system for writing
 and playing interactive fiction games.  This means that the primary
 method for interacting with the game is to type in commands, to which
 the game produces a response in prose -- similar to Infocom's games
 from the 1980's.