[go: up one dir, main page]

File: control

package info (click to toggle)
sablevm 1.13-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,084 kB
  • ctags: 9,231
  • sloc: ansic: 127,926; sh: 8,886; asm: 5,548; makefile: 693
file content (85 lines) | stat: -rw-r--r-- 4,041 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: sablevm
Section: interpreters
Priority: optional
Maintainer: Grzegorz B. Prokopski <gadek@debian.org>
Build-Depends: libffi4-dev | libffi3-dev | libffi2-dev, libtool, debhelper (>> 3.0.0), libltdl3-dev, libpopt-dev, m4, zlib1g-dev
Build-Conflicts: sablevm, libsablevm1
Standards-Version: 3.5.2

Package: sablevm
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends}, libsablevm1 (= ${sablevm:VerExact}), java-common, unzip
Recommends: libgnujaxp-java, free-java-sdk, jikes
Suggests: fastjar, libsablevm1-dev
Provides: java-virtual-machine, java1-runtime, java-runtime
Description: Free implementation of Java Virtual Machine (JVM) second edition
 SableVM is a Java Bytecode Interpreter implementing Java virtual machine (JVM)
 specification, second edition. Its goals are to be reasonably small, fast, and
 efficient, as well as providing a well-designed and robust platform.  See
 http://sablevm.org for more details and up-to-date informations.
 .
 SableVM is meant to be highly standard compliant and reliable.  It has been
 written with high portability in mind.
 .
 SableVM is very freely licensed under the GNU Lesser General Public License
 (LGPL).  The license of SableVM has been chosen to maximize your ability to
 run any software regardless of its license.  For more information see
 http://sablevm.org/wiki/License_FAQ.

Package: libsablevm1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libsablevm-classlib1-java (>> ${sablevm:VerCurrent}), libsablevm-native1 (>> ${sablevm:VerCurrent})
Conflicts: libsablevm-classlib1-java (>> ${sablevm:VerNext}), libsablevm-native1 (>> ${sablevm:VerNext})
Suggests: libsablevm1-dev
Description: Free implementation of JVM second edition - library
 SableVM is a Java Bytecode Interpreter implementing Java virtual machine (JVM)
 specification, second edition. Its goals are to be reasonably small, fast, and
 efficient, as well as providing a well-designed and robust platform.  See
 http://sablevm.org for more details and up-to-date informations.
 .
 SableVM is meant to be highly standard compliant and reliable.  It has been
 written with high portability in mind.
 .
 SableVM is very freely licensed under the GNU Lesser General Public License
 (LGPL).  The license of SableVM has been chosen to maximize your ability to
 run any software regardless of its license.  For more information see
 http://sablevm.org/wiki/License_FAQ.

Package: libsablevm1-dev
Section: libdevel
Architecture: all
Depends: libsablevm1
Description: Free implementation of JVM second edition - JNI development files
 This package contains jni.h header used for development of Java Native
 Interface (JNI) java modules.  This package is not needed to run java
 applications, even the ones that use JNI.
 .
 SableVM is a Java Bytecode Interpreter implementing Java virtual machine (JVM)
 specification, second edition.  Its goals are to be reasonably small, fast, and
 efficient, as well as providing a well-designed and robust platform.  See
 http://sablevm.org for more details and up-to-date informations.
 .
 SableVM is meant to be highly standard compliant and reliable.  It has been
 written with high portability in mind.
 .
 SableVM is very freely licensed under the GNU Lesser General Public License
 (LGPL).  The license of SableVM has been chosen to maximize your ability to
 run any software regardless of its license.  For more information see
 http://sablevm.org/wiki/License_FAQ.

Package: jikes-sablevm
Section: devel
Architecture: all
Provides: java-compiler
Depends: jikes, libsablevm-classlib1-java, java-common
Description: Wrapper for jikes using classes from SableVM JVM
 This package provides a jikes wrapper called jikes-sablevm that will include
 SableVM in jikes' bootclasspath.  This wrapper can serve as a javac
 replacement.
 .
 Jikes is a fast Java compiler adhering to language and VM specifications.
 .
 SableVM is an LGPL'ed, highly portable, efficient Java Virtual Machine.
 See http://sablevm.org for more details and up-to-date informations.