File: control

package info (click to toggle)
dmlc-core 0.5%2Bgit20240614.1334185-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,672 kB
  • sloc: cpp: 16,312; python: 1,421; ansic: 1,014; java: 802; makefile: 236; sh: 140; xml: 138
file content (35 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: dmlc-core
Section: science
Homepage: https://github.com/dmlc/dmlc-core/
Priority: optional
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/deeplearning-team/dmlc-core.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/dmlc-core
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), libssl-dev
Rules-Requires-Root: no

Package: libdmlc-dev
Section: libdevel
Architecture: any
Depends: libdmlc0t64 (= ${binary:Version}), ${misc:Depends}
Description: Distributed Machine Learning Common Codebase (dev)
 DMLC-Core is the backbone library to support all DMLC projects, offers the
 bricks to build efficient and scalable distributed machine learning libraries.
 .
 This package contains the development files.

Package: libdmlc0t64
Provides: ${t64:Provides}
Replaces: libdmlc0
Breaks: libdmlc0 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Distributed Machine Learning Common Codebase (lib)
 DMLC-Core is the backbone library to support all DMLC projects, offers the
 bricks to build efficient and scalable distributed machine learning libraries.
 .
 This package contains the shared objects.