Registry / utility / folly
library2026.02.23.00vcpkgunverified

An open-source C++ library developed and used at Facebook, providing a collection of reusable components.

vcpkg install folly
INSTALL
IMPORT
SIG · FOLLY
F
folly
utilitycppv2026.02.23.00
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

folly/Conv.h
#include <folly/Conv.h>

Converts an integer to a string using folly::to.

#include <folly/Conv.h> #include <iostream> int main() { std::string s = folly::to<std::string>(42); std::cout << s << std::endl; return 0; }
Debug
Known issues
breakingFolly on Windows is marked as UNSTABLE; some features may not work correctly or may have different behavior.
fix
Test thoroughly on Windows and consider using alternatives for critical components.
affects: *
Upgrade
Version history
2026.02.23.00latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

folly — pip install folly · libregistry