Skip to content

Commit 45ebb74

Browse files
committed
Add README for third-party dependency descriptions
1 parent 357cf1e commit 45ebb74

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

extern/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# External Libraries
2+
3+
This directory contains all third-party libraries used by libfly for testing purposes only. The core
4+
libfly library does not have any depedencies (except for the STL). The libraries here are only for
5+
unit testing and benchmarking comparisons.
6+
7+
Libraries used for unit testing:
8+
9+
* [Catch2](https://github.com/catchorg/Catch2)
10+
11+
Libraries used for benchmarking:
12+
13+
* [{fmt}](https://github.com/fmtlib/fmt)
14+
* [Boost.JSON](https://github.com/boostorg/json)
15+
* [JSON for Modern C++](https://github.com/nlohmann/json)

0 commit comments

Comments
 (0)