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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: surgescript
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Carlos Donizete Froes <coringao@riseup.net>
Build-Depends: cmake, debhelper-compat (= 13)
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://docs.opensurge2d.org
Vcs-Browser: https://salsa.debian.org/games-team/surgescript
Vcs-Git: https://salsa.debian.org/games-team/surgescript.git
Package: surgescript
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Scripting language for games
Unleash your creativity! With SurgeScript, you unleash your creativity
and create your own amazing interactive content.
.
Unlike other programming languages, SurgeScript is designed with the specific
needs of games in mind.
.
Easy for beginners, powerful for experts. Object-oriented, dynamically typed
and based on state machines.
.
These features come from the experience of the developer dealing with
game engines, applications related to computer graphics and so on.
.
Some of the best practices have been incorporated into the language itself,
making things really easy for developers and modders.
Package: libsurgescript0.5.5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Scripting language for games (library files)
Unleash your creativity! With SurgeScript, you unleash your creativity
and create your own amazing interactive content.
.
Unlike other programming languages, SurgeScript is designed with the specific
needs of games in mind.
.
Easy for beginners, powerful for experts. Object-oriented, dynamically typed
and based on state machines.
.
These features come from the experience of the developer dealing with
game engines, applications related to computer graphics and so on.
.
Some of the best practices have been incorporated into the language itself,
making things really easy for developers and modders.
.
This package contains shared runtime libraries.
Package: libsurgescript-dev
Section: libdevel
Architecture: any
Breaks: surgescript (<< 0.5.5)
Replaces: surgescript (<< 0.5.5)
Depends: libsurgescript0.5.5 (= ${binary:Version}), ${misc:Depends}
Description: Scripting language for games (development files)
Unleash your creativity! With SurgeScript, you unleash your creativity
and create your own amazing interactive content.
.
Unlike other programming languages, SurgeScript is designed with the specific
needs of games in mind.
.
Easy for beginners, powerful for experts. Object-oriented, dynamically typed
and based on state machines.
.
These features come from the experience of the developer dealing with
game engines, applications related to computer graphics and so on.
.
Some of the best practices have been incorporated into the language itself,
making things really easy for developers and modders.
.
This package contains the header files and static library needed to
compile applications that use libsurgescript.
|