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

Meta Configuration of Package lua

 
1
<package name="lua" 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.
14
15
16
17
Authors:
18
--------
19
    Lua Team:
20
    Roberto Ierusalimschy
21
    Waldemar Celes
22
    Luiz Henrique de Figueiredo</description>
23
  <person userid="hostmaster" role="bugowner"/>
24
  <person userid="hostmaster" role="maintainer"/>
25
  <build>
26
    <disable repository="openSUSE_10.3"/>
27
    <disable repository="openSUSE_11.0"/>
28
    <disable repository="openSUSE_11.1"/>
29
  </build>
30
</package>
31