first commit
This commit is contained in:
18
extern/ustl/1.5/docs/ustl.lsm
vendored
Normal file
18
extern/ustl/1.5/docs/ustl.lsm
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
Begin4
|
||||
Title: uSTL
|
||||
Version: @version@
|
||||
Entered-date: @date@
|
||||
Description: A size-optimized implementation of the C++ STL.
|
||||
This implementation of the standard template library
|
||||
reduces template bloat by factoring out memory
|
||||
management functionality from STL containers
|
||||
and using templates for type safety only.
|
||||
Keywords: C++ STL standard template library size optimized bloat
|
||||
Author: msharov@users.sourceforge.net (Mike Sharov)
|
||||
Maintained-by: msharov@users.sourceforge.net (Mike Sharov)
|
||||
Primary-site: ibiblio.org /pub/linux/devel/lang/c++
|
||||
@disttar@
|
||||
Alternate-site: http://ustl.sourceforge.net
|
||||
Platforms: POSIX
|
||||
Copying-policy: MIT
|
||||
End
|
||||
Reference in New Issue
Block a user