diff options
Diffstat (limited to 'sci-libs/deap/metadata.xml')
-rw-r--r-- | sci-libs/deap/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/deap/metadata.xml b/sci-libs/deap/metadata.xml new file mode 100644 index 000000000000..09f15adec781 --- /dev/null +++ b/sci-libs/deap/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>slis@gentoo.org</email> + </maintainer> + <longdescription> + DEAP stands for Distributed Evolutionary Algorithm in Python, it is dedicated to people who + wish to learn how to use evolutionary algorithms and to those who wish to + rediscover evolutionary algorithms. DEAP is the proof that evolutionary + algorithms do **not** need to be neither complex or complicated. + </longdescription> + <upstream> + <remote-id type="pypi">deap</remote-id> + </upstream> +</pkgmetadata> |