aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-17 16:21:32 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-17 16:21:32 +0000
commit76ffb781ed7a917f23b67454e9f950e5e3b83527 (patch)
tree94fa8e1ddc7cb9ef80b78ea7896a5845f074f95b /dev-lang/aldor/metadata.xml
parentmove stuff to root (diff)
downloadsci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.gz
sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.bz2
sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.zip
moved overlay to new directory
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'dev-lang/aldor/metadata.xml')
-rw-r--r--dev-lang/aldor/metadata.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-lang/aldor/metadata.xml b/dev-lang/aldor/metadata.xml
new file mode 100644
index 000000000..7b8af4e8c
--- /dev/null
+++ b/dev-lang/aldor/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+<email>A.G.Grozin@inp.nsk.su</email>
+<name>Andrey Grozin</name>
+</maintainer>
+<longdescription lang="en">
+From a technical point of perspective, Aldor is a type-complete,
+strongly-typed, imperative programming language with a two-level
+object model of categories and domains (similar to the concept of
+interfaces and classes in Java). Types and functions are first class
+entities allowing them to be constructed and manipulated within
+Aldor programs just like any other value. Pervasive use of dependent
+types allows static checking of dynamic objects and provides
+object-oriented features such as parametric polymorphism.
+</longdescription>
+</pkgmetadata>