diff options
Diffstat (limited to 'dev-lang/gwydion-dylan-bin/metadata.xml')
-rw-r--r-- | dev-lang/gwydion-dylan-bin/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-lang/gwydion-dylan-bin/metadata.xml b/dev-lang/gwydion-dylan-bin/metadata.xml new file mode 100644 index 000000000000..b757f0bd18f3 --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>maintainer-needed@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +Dylan is an advanced, object-oriented, dynamic language which supports the rapid +development of programs. When needed, the programmer can later optimize [his or +her] programs for more efficient execution by supplying type information to the +compiler. Nearly all entities in Dylan (including functions, classes, and basic +data types such as integers) are first class objects. Additionally Dylan +supports multiple inheritance, polymorphism, multiple dispatch, keyword +arguments, object introspection, and many other advanced features. +</longdescription> +</pkgmetadata> + |