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

https://github.com/tiawl/toolbox

A toolkit to package & maintain C APIs for @ziglang
https://github.com/tiawl/toolbox

spaceporn zig zig-package ziglang

Last synced: about 1 year ago
JSON representation

A toolkit to package & maintain C APIs for @ziglang

Awesome Lists containing this project

README

          

# Toolbox

A toolkit to package & maintain C APIs for [Zig][2]

## Important note

This package was originally thought for the [tiawl/spaceporn][1] dependencies chain. It is actively used in it. BUT it is also possible to use it in other projects. However maybe some features are always binded to its original conception guideline. For this reason, this repository is open to breaking proposals. So if you are using it for your own needs, expect breaking (but also documented) changes for each release.

If you want to see how to use it you can check repositories list into the [CICD reminder section](https://github.com/tiawl/toolbox/tree/trunk#cicd-reminder).

## Dependencies

The [Zig][2] part of this package is relying on the latest [Zig][2] release (0.14.0) and will only be updated for the next one (so for the 0.14.1).

## CICD reminder

These repositories are automatically updated when a new release is available:
* [tiawl/vulkan.zig][3]
* [tiawl/wayland.zig][4]
* [tiawl/X11.zig][5]
* [tiawl/glfw.zig][6]
* [tiawl/cimgui.zig][7]
* [tiawl/spirv.zig][8]
* [tiawl/glslang.zig][9]
* [tiawl/shaderc.zig][10]
* [tiawl/oniguruma.zig][12]
* [tiawl/libjq.zig][11]

## License

This repository is dedicated to the public domain. See the LICENSE file for more details.

[1]:https://github.com/tiawl/spaceporn
[2]:https://github.com/ziglang/zig
[3]:https://github.com/tiawl/vulkan.zig
[4]:https://github.com/tiawl/wayland.zig
[5]:https://github.com/tiawl/X11.zig
[6]:https://github.com/tiawl/glfw.zig
[7]:https://github.com/tiawl/cimgui.zig
[8]:https://github.com/tiawl/spirv.zig
[9]:https://github.com/tiawl/glslang.zig
[10]:https://github.com/tiawl/shaderc.zig
[11]:https://github.com/tiawl/libjq.zig
[12]:https://github.com/tiawl/oniguruma.zig