summaryrefslogtreecommitdiffstats
path: root/libraries/folly/README
diff options
context:
space:
mode:
author Andre Barboza2016-12-16 17:29:29 +0100
committer Willy Sudiarto Raharjo2016-12-16 19:18:29 +0100
commitfbc60ab374ed683060d3e3faf676cebbe87ed831 (patch)
tree810ae380c9595775a2fc202161b52e4315fc76be /libraries/folly/README
parente9502cc5ac64f63be340859e06187d96de4c540d (diff)
downloadslackbuilds-fbc60ab374ed683060d3e3faf676cebbe87ed831.tar.gz
libraries/folly: Added (library of C++11 components).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/folly/README')
-rw-r--r--libraries/folly/README6
1 files changed, 6 insertions, 0 deletions
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.