diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-07-02 00:51:06 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-07-02 00:51:06 +0000 |
commit | ae02a72660c574284a95811ca86ef07190bfb149 (patch) | |
tree | 11046d7a9b5f6687133d08bcbf6b7c08f85fcbb1 /dev-scheme/jscheme/metadata.xml | |
parent | Version bumped. (diff) | |
download | historical-ae02a72660c574284a95811ca86ef07190bfb149.tar.gz historical-ae02a72660c574284a95811ca86ef07190bfb149.tar.bz2 historical-ae02a72660c574284a95811ca86ef07190bfb149.zip |
JScheme initial commit
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'dev-scheme/jscheme/metadata.xml')
-rw-r--r-- | dev-scheme/jscheme/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-scheme/jscheme/metadata.xml b/dev-scheme/jscheme/metadata.xml new file mode 100644 index 000000000000..532cbac87e7a --- /dev/null +++ b/dev-scheme/jscheme/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>scheme</herd> +<maintainer> +<email>chiiph@gentoo.org</email> +<name>Tomas Touceda</name> +</maintainer> +<longdescription lang="en"> + JScheme is a dialect of Scheme with a very simple interface to Java, called + the Javadot notation . This notation provides a transparent access to all + Java classes, constructors, methods, and fields on the classpath. +</longdescription> +</pkgmetadata> + |