Files
guru/sci-libs/mlpack/metadata.xml
Lucio Sauer 68460592f2 */*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2023-06-27 04:24:02 +02:00

26 lines
921 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
mlpack is a C++ machine learning library with emphasis on
scalability, speed, and ease-of-use. Its aim is to make machine
learning possible for novice users by means of a simple, consistent
API, while simultaneously exploiting C++ language features to
provide maximum performance and maximum flexibility for expert
users.
</longdescription>
<use>
<flag name="go">build go bindings</flag>
<flag name="julia">build julia bindings</flag>
<flag name="R">build R bindings</flag>
</use>
<upstream>
<remote-id type="github">mlpack/mlpack</remote-id>
</upstream>
</pkgmetadata>