blob: 06eb772a6d5bc2298bf613e40d2582692b1aeb14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Distributed Machine Learning Common Codebase Core is the backbone
library to support all DMLC projects, offers the bricks to build
efficient and scalable distributed machine learning libraries.
</longdescription>
<use>
<flag name="s3">Support for the Amazon Simple Storage Service</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|