https://github.com/devfacet/tinyclib
A tiny C library
https://github.com/devfacet/tinyclib
Last synced: 3 months ago
JSON representation
A tiny C library
- Host: GitHub
- URL: https://github.com/devfacet/tinyclib
- Owner: devfacet
- License: mit
- Created: 2025-04-27T18:38:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-22T02:04:58.000Z (3 months ago)
- Last Synced: 2026-03-22T12:48:49.406Z (3 months ago)
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tinyclib - A tiny C library
tinyclib is a tiny C library for building applications across various platforms,
from server-grade hardware to desktops, mobile, and embedded devices.
## Requirements
- [Clang](https://clang.llvm.org/) or similar C compiler
- [CMake](https://cmake.org/)
- [Ninja](https://github.com/ninja-build/ninja)
See [mise.toml](mise.toml) for exact versions used.
### Recommended tools
- [Visual Studio Code](https://code.visualstudio.com/)
- [C/C++ for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
- [CMake Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools)
## Build
```shell
make build
```
## Test
```shell
make test
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
Licensed under The MIT License (MIT)\
For the full copyright and license information, please view the LICENSE.txt
file.