https://github.com/vspefs/ayc-libuv
libuv C library (not a binding!) as a fetch-able Zig package.
https://github.com/vspefs/ayc-libuv
libuv zig-package
Last synced: 2 days ago
JSON representation
libuv C library (not a binding!) as a fetch-able Zig package.
- Host: GitHub
- URL: https://github.com/vspefs/ayc-libuv
- Owner: vspefs
- License: gpl-3.0
- Created: 2025-01-10T14:32:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T13:02:14.000Z (5 months ago)
- Last Synced: 2025-03-26T04:14:37.680Z (3 months ago)
- Topics: libuv, zig-package
- Language: Zig
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I build libuv with Zig build system. You fetch it and use it in your Zig build system.
Sanitizers not usable. I'm lazy and I'm sorry. Should fix that later.
Should be working on Linux and Windows.
Take care of the platform-specific macros yourself. Like `_GNU_SOURCE` on Linux.As you could possibly guess, I mean to get this into [All Your Codebase](https://github.com/allyourcodebase/). But I should really provide support for all available platforms first before try to get this to anywhere else.