File: control

package info (click to toggle)
bock 0.20.2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,228 kB
  • ctags: 1,370
  • sloc: ansic: 7,367; java: 5,553; yacc: 963; lex: 392; makefile: 243; sh: 90; perl: 42
file content (31 lines) | stat: -rw-r--r-- 1,217 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
Source: bock
Maintainer: Charles Briscoe-Smith <cpbs@debian.org>
Section: devel
Priority: extra
Standards-Version: 2.4.1
Build-Depends: libgc6-dev

Package: bock
Architecture: any
Depends: ${bock:Depends}
Section: devel
Priority: extra
Description: Bootstrap-only compiler kit for a subset of Java(tm)
 BOCK is a prototype native compiler, originally intended to enable
 a Java(tm) development environment to be bootstrapped from a C-only
 environment.  It was envisioned that its sole purpose in life would be
 to compile the forthcoming "Jackal" Java compiler.
 .
 BOCK has, since then, gained functionality, and should soon be able
 to compile most non-graphical Java programs.  Its lack of anything
 resembling error checking means that it won't be of much use for
 development, but it might be able to generate a reasonably fast binary
 version of your program.
 .
 That said, BOCK is still very much in the pre-alpha testing stage.
 It is therefore unlikely to be of use to anyone except dedicated hackers
 and developers.
 .
 Also included is "jcomp", a slightly more friendly front-end for bock,
 which compiles programs against the BOCK mini-library and compiles
 BOCK's C output to native code in one step.