Add luau
This commit is contained in:
parent
3b5d375683
commit
02f88b3593
11 changed files with 321 additions and 0 deletions
24
dev-lang/luau/metadata.xml
Normal file
24
dev-lang/luau/metadata.xml
Normal file
|
|
@ -0,0 +1,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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue