Source: nnpack
Priority: optional
Maintainer: Debian Deep Learning Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Yangfl <mmyangfl@gmail.com>, Mo Zhou <lumin@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 python3-six,
 python3-peachpy,
 libcpuinfo-dev,
 libfp16-dev,
 libfxdiv-dev,
 libpsimd-dev,
 libpthreadpool-dev,
 libgtest-dev,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Section: libs
Vcs-Browser: https://salsa.debian.org/deeplearning-team/nnpack
Vcs-Git: https://salsa.debian.org/deeplearning-team/nnpack.git
Homepage: https://github.com/Maratyszcza/NNPACK

Package: libnnpack-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libnnpack0 (= ${binary:Version}), ${misc:Depends}
Description: Acceleration package for neural networks on multi-core CPUs (development files)
 NNPACK is an acceleration package for neural network computations. NNPACK aims
 to provide high-performance implementations of convnet layers for multi-core
 CPUs.
 .
 This package contains the header files and the static library.

Package: libnnpack0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Acceleration package for neural networks on multi-core CPUs
 NNPACK is an acceleration package for neural network computations. NNPACK aims
 to provide high-performance implementations of convnet layers for multi-core
 CPUs.
