File: control

package info (click to toggle)
kimwitu 4.6.1-7.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 4,012 kB
  • ctags: 6,524
  • sloc: ansic: 73,744; yacc: 1,102; makefile: 371; lex: 333; perl: 56; sh: 2
file content (25 lines) | stat: -rw-r--r-- 861 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
Source: kimwitu
Section: devel
Priority: optional
Maintainer: Michael Piefel <piefel@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9)

Package: kimwitu
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: c-compiler, kimwitu-doc
Suggests: bison | byacc | btyacc
Description: Compiler development tool, complementary to lex and yacc
 Kimwitu (pronounced kee'mweetoo) is a system that supports
 the construction of programs that use trees or terms as
 their main data structure. It is a ‘meta-tool’ in the
 development process of tools.
 .
 It can easily be interfaced with Yacc and Lex – the idea
 is that yacc and lex are used to do the parsing, and
 Kimwitu routines are used to built and manipulate the
 parse tree.
 .
 There is also Kimwitu++ (also packaged for Debian) which interfaces
 with C++ instead of C.