source: freewrt/package/sablevm/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 710 bytes
Line 
1config BR2_PACKAGE_SABLEVM
2 prompt "sablevm........................... A Java Virtual Machine (JVM) implementation"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBFFI_SABLE
6 select BR2_PACKAGE_LIBLTDL
7 select BR2_PACKAGE_LIBPOPT
8 select BR2_PACKAGE_LIBPTHREAD
9 select BR2_PACKAGE_ZLIB
10 help
11 SableVM is a robust, extremely portable, efficient, and specifications-
12 -compliant Java virtual machine that aims to be easy to maintain and to
13 extend. It features a state-of-the-art and efficient interpreter engine.
14 Its source code is very accessible and easy to understand. It also has
15 many robustness features that have been the object of careful design.
16
17 http://sablevm.org/
18
Note: See TracBrowser for help on using the repository browser.