change the order of the mysql download mirrors
[openwrt.git] / openwrt / package / sablevm / Config.in
1 config BR2_PACKAGE_SABLEVM
2 tristate "sablevm - A Java Virtual Machine (JVM) implementation"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_LIBFFI_SABLE
5 select BR2_PACKAGE_LIBLTDL
6 select BR2_PACKAGE_LIBPOPT
7 select BR2_PACKAGE_ZLIB
8 help
9 SableVM is a robust, extremely portable, efficient, and specifications-
10 -compliant Java virtual machine that aims to be easy to maintain and to
11 extend. It features a state-of-the-art and efficient interpreter engine.
12 Its source code is very accessible and easy to understand. It also has
13 many robustness features that have been the object of careful design.
14
15 http://sablevm.org/
16
This page took 0.038022 seconds and 5 git commands to generate.