From 6b375263527677aa8420e241c07e2f425f471f1d Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 30 Aug 2014 20:48:46 +0400 Subject: [PATCH] Added a readme file. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f41b35 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Boost.MPL +========== + +Boost.MPL, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), is a library for meta-programming. + +### Directories + +* **doc** - Documentation of the components +* **include** - Interface headers +* **test** - Unit tests + +The core components of the library are in the Boost.MPL.Core sublibrary, which resides in the **core** subdirectory. + +### More information + +* [Documentation](http://www.boost.org/doc/libs/release/libs/mpl/doc/index.html) + +### License + +Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).