File: control

package info (click to toggle)
fpgatools 0.0%2B201212-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: ansic: 25,528; makefile: 284; sh: 119; awk: 75
file content (54 lines) | stat: -rw-r--r-- 2,044 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: fpgatools
Section: electronics
Priority: extra
Maintainer: Xiangfu Liu <xiangfu@openmobilefree.net>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9), dpkg-dev (>= 1.16.1~),
 bash (>= 4), chrpath (>= 0.13)
Standards-Version: 3.9.4
DM-Upload-Allowed: yes
Homepage: https://github.com/Wolfgang-Spraul/fpgatools
Vcs-Git: git://github.com/Wolfgang-Spraul/fpgatools.git
Vcs-Browser: https://github.com/Wolfgang-Spraul/fpgatools

Package: libfpga0t64
Provides: ${t64:Provides}
Replaces: libfpga0
Breaks: libfpga0 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: libraries of fpgatools
 fpgatools is a toolchain to program field-programmable gate arrays
 (FPGA).  The only supported chip at this time is the xc6slx9, a cheap
 but powerful 45nm-generation chip with about 2400 LUTs, block ram and
 multiply-accumulate devices.
 .
 This package provides a shared library for small independent
 command line utilities contributing to the fpgatools.
  * plain C, no C++
  * simple Makefiles
  * text-based file formats
  * automatic test suite

Package: libfpga-dev
Architecture: any
Section: libdevel
Depends: libfpga0t64 (= ${binary:Version}), ${misc:Depends}
Description: development files for fpgatools
 fpgatools is a toolchain to program field-programmable gate arrays
 (FPGA).  The only supported chip at this time is the xc6slx9, a cheap
 but powerful 45nm-generation chip with about 2400 LUTs, block ram and
 multiply-accumulate devices.
 .
 This package contains headers and libraries for developing bits file 
 that makes use of libfpga.

Package: fpgatools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libfpga0t64 (= ${binary:Version})
Description: tool to program field-programmable gate arrays
 fpgatools is a toolchain to program field-programmable gate array
 (FPGA).  The only supported chip at this time is the xc6slx9, a cheap
 but powerful 45nm-generation chip with about 2400 LUTs, block ram and
 multiply-accumulate devices.