Source: sablevm Section: interpreters Priority: optional Maintainer: Grzegorz Prokopski (Debian Developer) Build-Depends: libffi2-dev, libtool, debhelper (>> 3.0.0), libltdl3-dev, libpopt-dev, m4 Build-Conflicts: sablevm, libsablevm1 Standards-Version: 3.5.2 Package: sablevm Section: interpreters Architecture: any Depends: ${shlibs:Depends}, libsablevm1 (= ${sablevm:VerExact}), java-common, unzip Suggests: jikes, 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. . 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). It also makes use of GNUClasspath, copyrighted by the Free Software Foundation FSF, and licensed under the GNU General Public License with linking exception. 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. . 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). It also makes use of GNUClasspath, copyrighted by the Free Software Foundation FSF, and licensed under the GNU General Public License with linking exception. Package: libsablevm1-dev Section: libdevel Architecture: all Depends: libsablevm1 Conflicts: libgcj0-dev, libgcj300-dev, libgcj2-dev, libgcj3-dev Description: Free implementation of JVM secon edition - development files 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. . 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). It also makes use of GNUClasspath, copyrighted by the Free Software Foundation FSF, and licensed under the GNU General Public License with linking exception. 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.