~brenns10/sc-libs

Small, modular, useful C libraries built with Meson

4fd8864 Release v0.7.2

13 days ago

4fd8864 Release v0.7.2

13 days ago

#sc-libs

This is a set of small, modular libraries written in C and compiled using the Meson build system. The name "sc-libs" stands for Stephen's C Libraries, but hopefully these libraries may be useful outside of my own projects.

Each of these libraries shares common coding style (roughly Linux kernel style), build system (Meson), licensing (Revised BSD), and more.

This document serves as the front page of the sc-examples repository, which hosts small sample programs using each library. It also serves as the front page of the sc-libs project on Sourcehut.

#Using the Examples

To try out any of the examples contained in this repository, simply use the following commands (ensure Meson and Ninja are installed):

meson build
ninja -C build
build/example-name args...

#Contributions

Issues and mailing lists are available on the sc-libs project page. Contributions and suggestions are welcome!