Logoj0ke.net Open Build Service > Projects > multimedia > lua50 > Meta
Sign Up | Log In

Meta Configuration of Package lua50

 
1
<package name="lua50" project="multimedia">
2
  <title>Small Embeddable Language with Simple Procedural Syntax</title>
3
  <description>Lua is a programming language originally designed for extending
4
applications, but also frequently used as a general-purpose,
5
stand-alone language.
6
7
Lua combines simple procedural syntax (similar to Pascal) with powerful
8
data description constructs based on associative arrays and extensible
9
semantics. Lua is dynamically typed, interpreted from byte codes, and
10
has automatic memory management, making it ideal for configuration,
11
scripting, and rapid prototyping. Lua is implemented as a small library
12
of C functions, written in ANSI C, and the implementation goals are
13
simplicity, efficiency, portability, and low embedding cost.</description>
14
  <person userid="hostmaster" role="bugowner"/>
15
  <person userid="hostmaster" role="maintainer"/>
16
  <build>
17
    <disable repository="openSUSE_10.3"/>
18
    <disable repository="openSUSE_11.0"/>
19
    <disable repository="openSUSE_11.1"/>
20
  </build>
21
</package>
22