first commit

This commit is contained in:
Jose Caban
2025-06-07 11:34:38 -04:00
commit 0eb2d7c07d
4708 changed files with 1500614 additions and 0 deletions

18
extern/ustl/1.5/docs/ustl.lsm vendored Normal file
View 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