An open API service indexing awesome lists of open source software.

https://github.com/reddec/io

Common UNIX IO library for C++11
https://github.com/reddec/io

Last synced: over 1 year ago
JSON representation

Common UNIX IO library for C++11

Awesome Lists containing this project

README

          

# io
Common UNIX IO library for C++11

# Install

```bash
cd /tmp && \
rm -rf io && \
git clone --recursive https://github.com/reddec/io && \
cd io && \
./build_debian.sh && \
sudo dpkg -i Release/IO-*.deb && \
cd ../
```