File: control

package info (click to toggle)
darknet 0.0.0%2Bgit20180914.61c9d02e-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,528 kB
  • sloc: ansic: 28,478; python: 310; makefile: 115; cpp: 105; xml: 83; sh: 43
file content (19 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: darknet
Section: science
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 11),
               docbook-xsl,
               libopencv-dev (>= 4),
               pkgconf,
               python3,
               xsltproc
Standards-Version: 4.2.1
Homepage: https://pjreddie.com/darknet/

Package: darknet
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Open Source Neural Networks in C
 Darknet is an open source neural network framework written in C and CUDA.
 It is fast, easy to install, and supports CPU and GPU computation.