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

https://github.com/clibraries/clibraries

Config files for my GitHub profile.
https://github.com/clibraries/clibraries

config github-config

Last synced: about 1 month ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

          

I write high quality C libraries using the following guidelines:

- performance: fast libraries are useful in a more contexts than slow libraries.

- header only: the easiest dependency management approach is to have no dependencies.

- standards compliant: keep code portable and minimize surprises.