Added libcli, l2tpns, fixed typo and mising URL
[openwrt.git] / package / ustl / Config.in
1 config BR2_PACKAGE_USTL
2 prompt "ustl.............................. C++ Standard Template Library for embedded systems"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 uSTL is a partial implementation of the STL (Standard Template
7 Library) that reduces code size by factoring memory management
8 code into a non-template base class and deriving containers
9 from it.
10
11 http://ustl.sourceforge.net/
12
This page took 0.046255 seconds and 5 git commands to generate.