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

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

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.