summaryrefslogtreecommitdiff
path: root/dev-lang/luau/metadata.xml
blob: 18496a49c0ac3bc2a331f5c85ce6dbbb77cb378e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
  <maintainer type="person">
    <email>xgqt@gentoo.org</email>
    <name>Maciej Barć</name>
  </maintainer>
  <longdescription>
    Luau is a fast, small, safe, gradually typed embeddable scripting language
    derived from Lua. It is designed to be backwards compatible with Lua 5.1,
    as well as incorporating some features from future Lua releases, but also
    expands the feature set (most notably with type annotations). Luau is
    largely implemented from scratch, with the language runtime being a very
    heavily modified version of Lua 5.1 runtime, with completely rewritten
    interpreter and other performance innovations. The runtime mostly preserves
    Lua 5.1 API, so existing bindings should be more or less compatible with a
    few caveats.
  </longdescription>
  <upstream>
    <bugs-to>https://github.com/luau-lang/luau/issues/</bugs-to>
    <remote-id type="github">luau-lang/luau</remote-id>
  </upstream>
</pkgmetadata>