Source: rocm-core
Section: devel
Homepage: https://github.com/Rocm/rocm-core
Priority: optional
Standards-Version: 4.7.2
#Vcs-Browser: https://salsa.debian.org/rocm-team/rocm-core
#Vcs-Git: https://salsa.debian.org/rocm-team/rocm-core.git
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Tim Flink <tflink@tirfa.com>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 hipcc,
 libamdhip64-dev,
Rules-Requires-Root: no

Package: librocm-core1
Section: libs
Architecture: amd64
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: provides methods to get information about installed ROCm
 ROCM-CORE is a package which can be used to get ROCm release
 version, get ROCm install path information etc. It is also important to note
 that ROCM-CORE takes the role as a base component on which all of ROCm can
 depend, to make it easy to remove all of ROCm with a package manager.

Package: librocm-core1-dev
Section: libdevel
Architecture: amd64
Depends:
 librocm-core1 (= ${binary:Version}),
 ${misc:Depends},
Description: provides methods to get information about installed ROCm - headers
 ROCM-CORE is a package which can be used to get ROCm release
 version, get ROCm install path information etc. It is also important to note
 that ROCM-CORE takes the role as a base component on which all of ROCm can
 depend, to make it easy to remove all of ROCm with a package manager.
 .
 This package provides the librocm-core1 development headers
