[Assorted-commits] SF.net SVN: assorted: [429] cpp-commons/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-15 02:30:10
|
Revision: 429 http://assorted.svn.sourceforge.net/assorted/?rev=429&view=rev Author: yangzhang Date: 2008-02-14 18:30:16 -0800 (Thu, 14 Feb 2008) Log Message: ----------- forgot to add the readme, currently sparse Modified Paths: -------------- cpp-commons/trunk/README Modified: cpp-commons/trunk/README =================================================================== --- cpp-commons/trunk/README 2008-02-15 02:29:54 UTC (rev 428) +++ cpp-commons/trunk/README 2008-02-15 02:30:16 UTC (rev 429) @@ -0,0 +1,49 @@ +% C++ Commons +% Yang Zhang +% gmail:yaaang + +[documentation] | [browse svn] | [sourceforge page] + +Overview +-------- + +The C++ Commons is a general-purpose utility library for the C++ programming +language. The library is nascent, so it doesn't have enough to warrant a +release. + +Related work +------------ + +Code found here generally tries to complement code in the following other handy +libraries: + +- [boost] +- [libstdc++] +- [nmstl] + +License +------- + +The C++ Commons is released under the [GNU GPL 3]. + +Contact +------- + +Copyright (C) 2008 [Yang Zhang]. +All rights reserved. + +Back to [assorted.sf.net]. + +[documentation]: doc/ +[browse svn]: http://assorted.svn.sourceforge.net/viewvc/assorted/cpp-commons/trunk/ +[sourceforge page]: http://www.sourceforge.net/projects/assorted/ + +[C++ Commons]: http://assorted.sf.net/cpp-commons/ +[boost]: http://boost.org/ +[libstdc++]: http://gcc.gnu.org/libstdc++/ +[nmstl]: http://nmstl.sourceforge.net/ + +[GNU GPL 3]: http://www.gnu.org/licenses/gpl-3.0.txt + +[Yang Zhang]: http://www.mit.edu/~y_z/ +[assorted.sf.net]: http://assorted.sourceforge.net/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |