mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-01 05:44:37 +02:00
Added a readme file.
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -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).
|
Reference in New Issue
Block a user