summaryrefslogtreecommitdiff
path: root/dev-lang/crystal/metadata.xml
blob: b068886f2e1a6da18479d0947dbfbfbc2c7f4729 (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
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>toshokan@shojigate.net</email>
		<name>J. Pz</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</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>
		<flag name="blocking-stdio-hack">
			Keep STDIO file descriptors in blocking mode.
		</flag>
		<flag name="yaml">
			Use the <pkg>dev-libs/libyaml</pkg> library to enable Crystal yaml
			module
		</flag>
		<flag name="xml">
			Use the <pkg>dev-libs/libxml2</pkg> library to enable Crystal xml
			module
		</flag>
	</use>
	<upstream>
		<remote-id type="github">crystal-lang/crystal</remote-id>
	</upstream>
</pkgmetadata>