summaryrefslogtreecommitdiff
blob: 7133564dd887e8796e06e21d354fd53036f1804d (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<use>
	<flag name='dbi'>Enables <pkg>dev-db/libdbi</pkg> support</flag>
</use>
<maintainer>
<email>araujo@gentoo.org</email>
<name>Luis F. Araujo</name>
</maintainer>
<longdescription lang="en">
Io is a small, prototype-based programming language. The ideas in Io are mostly
inspired by Smalltalk (all values are objects), Self (prototype-based),
NewtonScript (differential inheritance), Act1 (actors and futures for
concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua
(small, embeddable).
</longdescription>
</pkgmetadata>