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
|
Source: mudlet
Section: games
Priority: extra
Maintainer: Craig Small <csmall@debian.org>
Build-Depends: debhelper (>= 9), pkg-config,
libpcre3-dev, zlib1g-dev, libboost-dev, libyajl-dev,
libhunspell-dev, libphonon-dev,
qt4-qmake, libqt4-opengl-dev, libqt4-dev,
liblua5.1-dev
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/collab-maint/mudlet.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/mudlet.git;a=summary
Homepage: http://www.mudlet.org/
Package: mudlet
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lua5.1-rex-pcre, lua5.1-sql-sqlite3
Suggests: hunspell-en-us
Description: Graphical MUD client with fast lua scripting support
A completely redesigned MUD (Multi User Dungeon) client that is easy to
use and customise. Both power users and plain gamers alike will feel at
home with Mudlet, without having to waste too much timer figuring out
how to do something.
.
Mudlet is designed to be very fast and efficient right from the start.
It's scripting engine is designed to handle thousands of lines under
one second. The scripting framework uses Lua - a small, fast and
efficient scripting language.
|