File: control

package info (click to toggle)
roleplaying 2.0-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 16,620 kB
  • ctags: 1,039
  • sloc: tcl: 7,155; cpp: 2,709; ansic: 2,227; makefile: 559; sh: 330; csh: 3
file content (24 lines) | stat: -rw-r--r-- 1,009 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: roleplaying
Section: games
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
Build-Depends: debhelper, tetex-bin, swig, doc++, autoconf, gs, tcl8.0-dev, tetex-extra
Standards-Version: 3.1.0

Package: roleplaying
Architecture: any
Depends: ${shlibs:Depends}, wish
Description: A database system for role players
 The Role Playing DataBase System is a database system
 for Role Playing Gamers.  It provides a way for players
 and game masters to store the many pieces of information
 needed for Role Playing.
 .
 The Role Playing Database package consists of a collection of C++
 classes that implement a series of structures that contain the various
 data entities that represent the various aspects and features used in a
 Role Playing Game, including the characters, monsters, spells,
 treasures, tricks, traps, etc.
 .
 The database can be accesed through a Tcl/Tk interface but it the library
 can also be used to develop other applications related to role-playing.