File: control

package info (click to toggle)
treecc 0.3.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 352 kB
  • ctags: 3
  • sloc: makefile: 8
file content (14 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: treecc
Section: devel
Priority: optional
Maintainer: Andrew Mitchell <ajmitch@debian.org>
Build-Depends: cdbs, debhelper (>= 4.0.0), flex, bison, texinfo
Standards-Version: 3.6.2

Package: treecc
Architecture: any
Depends: ${shlibs:Depends}
Description: Manages code generation for compiler development
 The treecc program is designed to assist in the development of compilers
 and other language-based tools.  It manages the generation of code to handle
 abstract syntax trees and operations upon the trees.