diff options
Diffstat (limited to 'src/boost/README.md')
-rw-r--r-- | src/boost/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/README.md b/src/boost/README.md new file mode 100644 index 00000000..d4678952 --- /dev/null +++ b/src/boost/README.md @@ -0,0 +1,11 @@ +# Boost C++ Libraries + +The Boost project provides free peer-reviewed portable C++ source libraries. + +We emphasize libraries that work well with the C++ Standard Library. Boost +libraries are intended to be widely useful, and usable across a broad spectrum +of applications. The Boost license encourages both commercial and non-commercial use +and does not require attribution for binary use. + +The project website is www.boost.org, where you can obtain more information and +[download](https://www.boost.org/users/download/) the current release. |