File: control

package info (click to toggle)
fauhdlc 20100325-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,724 kB
  • ctags: 3,646
  • sloc: cpp: 22,017; ansic: 5,778; yacc: 806; lex: 744; makefile: 546; python: 461; xml: 381; sh: 61
file content (37 lines) | stat: -rw-r--r-- 1,151 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
Source: fauhdlc
Section: devel
Priority: optional
Maintainer: FAUmachine Team <info@faumachine.org>
Uploaders: Volkmar Sieh <volkmar.sieh@informatik.uni-erlangen.de>,
 Stefan Potyra <sistpoty@ubuntu.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 5.0.0),
 libgc-dev,
 automake,
 xmlto,
 bison (>= 1:2.1),
 flex,
 python
Standards-Version: 3.8.4
Homepage: http://www.faumachine.org

Package: fauhdlc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: experimental VHDL compiler and interpreter
 Compiles a subset of VHDL 2000 to an intermediate language. The result
 can be simulated with an interpreter.
 .
 FAUhdlc is still in a very early experimental state, where many VHDL
 constructs are not yet properly supported.

Package: libfauhdli-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: interpreter library and development files for fauhdli
 This package contains the development files and the interpreter library
 for fauhdlc's intermediate code interpreter fauhdli.
 .
 It is useful, if you want to make use of the foreign interface of VHDL
 and define an own implementation for it.