diff options
author | 2007-02-15 16:19:15 +0000 | |
---|---|---|
committer | 2007-02-15 16:19:15 +0000 | |
commit | dd427b8fcd29ab819f82515615fe19e7e59fc95f (patch) | |
tree | 34f3cc7f83f5e7972f8cef7c3699b274298e994b /dev-lang/aldor/metadata.xml | |
parent | TeXmacs-1.0.6.9 (diff) | |
download | sci-dd427b8fcd29ab819f82515615fe19e7e59fc95f.tar.gz sci-dd427b8fcd29ab819f82515615fe19e7e59fc95f.tar.bz2 sci-dd427b8fcd29ab819f82515615fe19e7e59fc95f.zip |
aldor-1.0.3 (binary, x86 only)
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@487 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'dev-lang/aldor/metadata.xml')
-rw-r--r-- | dev-lang/aldor/metadata.xml | 19 |
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> |