diff options
Diffstat (limited to 'dev-scheme/scmxlate/metadata.xml')
-rw-r--r-- | dev-scheme/scmxlate/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-scheme/scmxlate/metadata.xml b/dev-scheme/scmxlate/metadata.xml new file mode 100644 index 000000000000..b8be9f4a7dcf --- /dev/null +++ b/dev-scheme/scmxlate/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>scheme</herd> + <maintainer> + <email>hkBst@gentoo.org</email> + <name>Marijn Schouten</name> + </maintainer> + <longdescription lang="en"> +Scmxlate is a configuration tool for software packages written in Scheme. +Scmxlate provides the package author with a strategy for programmatically specifying the changes required to translate the package for a variety of Scheme dialects and Common Lisp, and a variety of operating systems. The end-user simply loads one file into their Scheme or Common Lisp, which triggers the entire configuration process with little or no further intervention. + </longdescription> +</pkgmetadata> |