diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-25 09:00:08 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-25 09:00:08 +0200 |
commit | 2d3969d4bbe2b05c85ea99a51d44ffe7f1e7da0c (patch) | |
tree | 092c74cd57341bf0de40f2b01689fdc06afe343d /dev-lang/aldor | |
parent | */*: remove old maintainers (diff) | |
download | guru-2d3969d4bbe2b05c85ea99a51d44ffe7f1e7da0c.tar.gz guru-2d3969d4bbe2b05c85ea99a51d44ffe7f1e7da0c.tar.bz2 guru-2d3969d4bbe2b05c85ea99a51d44ffe7f1e7da0c.zip |
*/*: take maintainership WIP
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-lang/aldor')
-rw-r--r-- | dev-lang/aldor/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/aldor/metadata.xml b/dev-lang/aldor/metadata.xml index 3ed83d449..d3ae56a7c 100644 --- a/dev-lang/aldor/metadata.xml +++ b/dev-lang/aldor/metadata.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <description>comaintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> <longdescription lang="en">Aldor is a programming language. It is the successor of A# as the extension language of the Axiom computer algebra system. The Aldor language combines imperative, functional, and object-oriented features. It has an elaborate dependent type system, allowing types to be used as first-class values. Aldor's syntax is heavily influenced by Pascal, but it is optionally indentation-sensitive, like Python. In its current implementation, it is compiled, but an interactive listener is provided.</longdescription> |