summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/any/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/any/README.md')
-rw-r--r--src/boost/libs/any/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/any/README.md b/src/boost/libs/any/README.md
new file mode 100644
index 000000000..63eedd5dc
--- /dev/null
+++ b/src/boost/libs/any/README.md
@@ -0,0 +1,16 @@
+# [Boost.Any](https://boost.org/libs/any)
+Boost.Any is a part of the [Boost C++ Libraries](https://github.com/boostorg). It is a safe, generic container for single values of different value types.
+
+
+### Test results
+@ | Build | Tests coverage | More info
+----------------|-------------- | -------------- |-----------
+Develop branch: | [![Github Actions CI](https://github.com/boostorg/any/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/any/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/dmugl75nfhjnx7ot/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/any/branch/develop) | [![Coverage Status](https://coveralls.io/repos/boostorg/any/badge.png?branch=develop)](https://coveralls.io/r/boostorg/any?branch=develop) | [details...](https://www.boost.org/development/tests/develop/developer/any.html)
+Master branch: | [![Github Actions CI](https://github.com/boostorg/any/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/any/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/dmugl75nfhjnx7ot/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/any/branch/master) | [![Coverage Status](https://coveralls.io/repos/boostorg/any/badge.png?branch=master)](https://coveralls.io/r/boostorg/any?branch=master) | [details...](https://www.boost.org/development/tests/master/developer/any.html)
+
+
+[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/any.html)
+
+### License
+
+Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).