blob: 76853b9364bae648160fe54c7f900df981c240f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription lang="en">
Crystal is a programming language that resembles Ruby but compiles to
native code and tries to be much more efficient, at the cost of disallowing
certain dynamic aspects of Ruby.
</longdescription>
<use>
<flag name="debug">Build each module as a separate object file. Speeds build up.</flag>
</use>
<upstream>
<bugs-to>https://github.com/crystal-lang/crystal/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|