https://github.com/goderbauer/ftl
https://github.com/goderbauer/ftl
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goderbauer/ftl
- Owner: goderbauer
- License: bsd-3-clause
- Created: 2017-03-29T22:17:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T18:42:41.000Z (about 9 years ago)
- Last Synced: 2024-10-18T20:44:07.533Z (over 1 year ago)
- Language: C++
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Fuchsia Template Library
A library containing basic C++ building blocks, such as logging and reference
counting.
This library builds for both host (e.g., Linux and macOS) as well as target
(i.e., Fuchsia) platforms and is not source or binary stable. When building for
host platforms, we currently build with C++11, which means this library needs
to build with C++11.