From fbc60ab374ed683060d3e3faf676cebbe87ed831 Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Fri, 16 Dec 2016 23:29:29 +0700 Subject: libraries/folly: Added (library of C++11 components). Signed-off-by: Willy Sudiarto Raharjo --- libraries/folly/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/folly/README (limited to 'libraries/folly/README') diff --git a/libraries/folly/README b/libraries/folly/README new file mode 100644 index 0000000000..835b11d966 --- /dev/null +++ b/libraries/folly/README @@ -0,0 +1,6 @@ +Folly (acronymed loosely after Facebook Open Source Library) is a +library of C++11 components designed with practicality and efficiency +in mind. Folly contains a variety of core library components used +extensively at Facebook. In particular, it's often a dependency of +Facebook's other open source C++ efforts and place where those +projects can share code. -- cgit v1.2.3