| Platform Build status | Master | Develop |
|---|---|---|
| Linux/Mac (on Travis CI) | ||
| Windows (on AppVeyor) |
"ara" is a simple template C++14 library.
- ara is small
- ara is header only
- ara depend on STL
- ara dosn't depend on BOOST unless need the async class.
ara is a header-only C++ library. Just copy the ara folder to system or project's include path.
If need the async class, which depend on BOOST asio and openssl, need to build the BOOST library.