avatar_url
stringlengths
46
53
name
stringlengths
2
33
full_name
stringlengths
8
45
created_at
stringdate
2018-01-12 15:05:58
2025-05-18 21:51:14
description
stringlengths
7
327
default_branch
stringclasses
11 values
open_issues
int64
0
156
stargazers_count
int64
0
3.96k
forks_count
int64
0
182
watchers_count
int64
0
3.96k
tags_url
stringlengths
42
79
license
stringclasses
20 values
topics
listlengths
0
18
size
int64
0
760k
fork
bool
2 classes
updated_at
stringdate
2021-04-12 07:17:39
2025-05-22 07:54:00
has_build_zig
bool
2 classes
has_build_zig_zon
bool
2 classes
zig_minimum_version
stringclasses
35 values
repo_from
stringclasses
1 value
dependencies
listlengths
0
121
readme_content
stringlengths
3
96.8k
dependents
listlengths
0
21
https://avatars.githubusercontent.com/u/9116281?v=4
beanstalkz
g41797/beanstalkz
2024-11-10T08:59:57Z
Zig client for Beanstalkd - simple and fast general purpose work queue
main
0
6
0
6
https://api.github.com/repos/g41797/beanstalkz/tags
MIT
[ "background-jobs", "beanstalkd", "consumer", "job-queue", "producer", "submitter", "worker", "zig-library", "zig-package" ]
701
false
2025-05-08T03:44:28Z
true
true
unknown
github
[]
Zig client for Beanstalkd <a></a> <a>Beanstalkd</a> is <blockquote> <code> Simple and fast general purpose work queue. The beauty of Beanstalkd is its absolute simplicity. </code> </blockquote> Actually you can use just 3 commands <ul> <li>submit(put) job into the queue</li> <li>take(reserve) job from ...
[]
https://avatars.githubusercontent.com/u/33004327?v=4
zig-tracy
tealsnow/zig-tracy
2024-11-24T12:03:52Z
Easy to use bindings for the tracy client C API.
master
0
6
2
6
https://api.github.com/repos/tealsnow/zig-tracy/tags
MIT
[ "zig-package" ]
31
true
2025-05-12T23:12:30Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "tracy_lib", "tar_url": "https://github.com/wolfpld/tracy/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/wolfpld/tracy" } ]
Zig tracy client Easy to use bindings for the tracy client C API. Dependencies <ul> <li>Zig 0.14.0</li> <li>Tracy 0.11.1 (only for viewing the profiling session, this repository is only concerned with client matters)</li> </ul> Features <ul> <li>Designed to integrate well with build.zig</li> <li>Builds and staticall...
[]
https://avatars.githubusercontent.com/u/30970706?v=4
lmdbx-zig
theseyan/lmdbx-zig
2024-11-05T15:46:55Z
Zig bindings for libMDBX (a fork of LMDB)
main
1
6
0
6
https://api.github.com/repos/theseyan/lmdbx-zig/tags
MIT
[ "database", "libmdbx", "lmdb", "zig", "zig-package" ]
84
false
2025-05-10T16:26:56Z
true
true
0.14.0
github
[ { "commit": null, "name": "mdbx", "tar_url": null, "type": "remote", "url": "https://libmdbx.dqdkfa.ru/release/libmdbx-amalgamated-0.14.1.tar.xz" }, { "commit": "refs", "name": "cpu_features", "tar_url": "https://github.com/slyshykO/cpu_model/archive/refs.tar.gz", "type": "re...
lmdbx-zig Zig bindings for <a>libMDBX</a> (a fork of LMDB), mostly ported from <a>zig-lmdb</a>. Built and tested with Zig version <code>0.14.0</code>. <blockquote> <em>libmdbx</em> is an extremely fast, compact, powerful, embedded, transactional <a>key-value database</a> with a specific set of properties and capabil...
[]
https://avatars.githubusercontent.com/u/34311583?v=4
dmon-zig
ttytm/dmon-zig
2024-10-19T18:12:33Z
Cross-platform Zig module to monitor changes in directories.
main
0
6
0
6
https://api.github.com/repos/ttytm/dmon-zig/tags
BSD-2-Clause
[ "bindings", "cross-platform", "filesystem", "library", "linux", "macos", "monitor", "monitoring", "os", "windows", "zig", "zig-package" ]
24
false
2025-02-04T06:56:19Z
true
true
unknown
github
[ { "commit": null, "name": "standalone_test_cases", "tar_url": null, "type": "relative", "url": "./src/bindings/dmon" } ]
dmon-zig <a></a> <a></a> Cross-platform Zig module to monitor changes in directories. It utilizes the <a>dmon</a> C99 library. Installation ```sh ~//your-awesome-projct zig fetch --save https://github.com/ttytm/dmon-zig/archive/main.tar.gz ``` ```zig // your-awesome-projct/build.zig const std = @import("std"); ...
[]
https://avatars.githubusercontent.com/u/124217829?v=4
zig-epub
javiorfo/zig-epub
2025-01-16T02:07:28Z
Minimal Zig library for creating EPUB 2.1 files
master
0
5
1
5
https://api.github.com/repos/javiorfo/zig-epub/tags
MIT
[ "epub", "epub-library", "zig", "zig-library", "zig-package" ]
54
false
2025-04-21T19:45:33Z
true
true
0.13.0
github
[]
zig-epub <em>Minimal Zig library for creating EPUB files</em> Caveats <ul> <li>C libs dependencies: <a>libzip 1.11.2</a> </li> <li>Required Zig version: <strong>0.13</strong></li> <li>Epub version: <code>2.0.1</code></li> <li>This library has been developed on and for <code>Linux</code> following open source philosop...
[]
https://avatars.githubusercontent.com/u/1562827?v=4
kd-tree
travisstaloch/kd-tree
2024-08-10T19:39:04Z
A k-d tree implementation in zig
main
0
5
0
5
https://api.github.com/repos/travisstaloch/kd-tree/tags
MIT
[ "zig-library", "zig-package" ]
25
false
2024-10-25T08:39:02Z
true
true
unknown
github
[]
About A <a>k-d tree</a> implementation ported from https://github.com/gishi523/kd-tree API <ul> <li>Floats only. Accepts arrays or homogenous structures of any zig float type</li> <li>Search for single nearest neighbor</li> <li>Search for k nearest neighbors</li> <li>Search for all neighbors within radius</li> <li>V...
[]
https://avatars.githubusercontent.com/u/1562827?v=4
static-map
travisstaloch/static-map
2024-09-19T07:51:41Z
A generic hashmap backed by static memory
main
0
5
0
5
https://api.github.com/repos/travisstaloch/static-map/tags
MIT
[ "zig-package" ]
35
false
2025-05-01T11:34:55Z
true
true
unknown
github
[]
StaticMap A generic HashMap in zig similar to std.ArrayHashMap(). Use <code>console zig fetch --save git+https://github.com/travisstaloch/static-map</code> <code>zig // build.zig: const static_map = b.dependency("static_map", .{}); exe.root_module.addImport("static_map", static_map.module("static_map"));</code> <cod...
[]
https://avatars.githubusercontent.com/u/127796005?v=4
zml
srmadrid/zml
2024-09-17T07:09:56Z
Zig Mathematics Library
main
0
5
0
5
https://api.github.com/repos/srmadrid/zml/tags
MIT
[ "math", "zig-package" ]
6,500
false
2025-05-17T13:54:40Z
true
true
0.14.0
github
[]
ZML: Zig Mathematics Library A Zig numerical and symbolic mathematics library. Warning This library is in the early stages of development and is not yet ready for use. Breaking changes are to be expected every commit, and only the most basic functionality is currently implemented. Current Features <ul> <li>Core:</l...
[]
https://avatars.githubusercontent.com/u/124217829?v=4
prettizy
javiorfo/prettizy
2025-01-07T15:03:01Z
Zig library to prettify JSON and XML strings
master
0
5
0
5
https://api.github.com/repos/javiorfo/prettizy/tags
MIT
[ "json", "prettifier", "xml", "zig", "zig-library", "zig-package" ]
14
false
2025-05-13T17:25:21Z
true
true
0.13.0
github
[]
prettizy <em>Zig library to prettify JSON and XML strings</em> Caveats <ul> <li>Required Zig version: <strong>0.13</strong></li> <li>This library has been developed on and for Linux following open source philosophy.</li> </ul> Usage ```zig const std = @import("std"); const prettizy = @import("prettizy"); pub fn ma...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
nativefiledialog-extended
allyourcodebase/nativefiledialog-extended
2024-08-15T14:26:36Z
nativefiledialog-extended ported to the zig build system
master
0
5
1
5
https://api.github.com/repos/allyourcodebase/nativefiledialog-extended/tags
MIT
[ "zig", "zig-package" ]
10
false
2025-04-11T16:49:22Z
true
true
0.14.0
github
[]
<a></a> nativefiledialog-extended This is <a>nativefiledialog-extended</a>, packaged for <a>Zig</a>. Installation First, update your <code>build.zig.zon</code>: ``` Initialize a <code>zig build</code> project if you haven't already zig init zig fetch --save git+https://github.com/allyourcodebase/nativefiledialog...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
lmdb
allyourcodebase/lmdb
2024-09-26T11:46:59Z
Lmdb using the zig build system
main
2
5
1
5
https://api.github.com/repos/allyourcodebase/lmdb/tags
BSD-3-Clause
[ "lmdb", "zig", "zig-package" ]
32
false
2025-03-14T09:49:35Z
true
true
0.14.0
github
[ { "commit": "f20e41de09d97e4461946b7e26ec831d0c24fac7.tar.gz", "name": "lmdb", "tar_url": "https://github.com/LMDB/lmdb/archive/f20e41de09d97e4461946b7e26ec831d0c24fac7.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/LMDB/lmdb" } ]
lmdb <a>Lmdb</a> using the <a>Zig</a> build system Usage First, update your <code>build.zig.zon</code>: ```elvish Initialize a <code>zig build</code> project if you haven't already zig init Support for <code>lmdb</code> starts with v0.9.31 and future releases zig fetch --save https://github.com/allyourcodebase/...
[ "https://github.com/allyourcodebase/lmdb", "https://github.com/bernardassan/recblock", "https://github.com/canvasxyz/zig-lmdb", "https://github.com/ikks/tldrtranslate" ]
https://avatars.githubusercontent.com/u/65524156?v=4
ESPAT
RecursiveError/ESPAT
2024-10-08T20:58:33Z
simple driver to use ESP32 boards as WiFi module via AT command firmware
main
4
5
0
5
https://api.github.com/repos/RecursiveError/ESPAT/tags
MIT
[ "embedded", "esp32", "wifi", "zig", "zig-package" ]
332
false
2025-03-06T20:40:04Z
true
true
unknown
github
[]
ESPAT ZIG VERSION: 0.14.0 simple driver made in Zig to use ESP32 boards as WiFi module via AT command firmware AT command firmware for ESP modules (32/8266) is a simple and inexpensive way to add wireless connection to embedded devices, although it is more limited than conventional RF modules, ESP modules abstract m...
[]
https://avatars.githubusercontent.com/u/24245170?v=4
shared-memory-zig
Peter-Barrow/shared-memory-zig
2024-12-09T17:49:04Z
Unified interface to shared memory on Linux, macOS and Windows
main
0
4
1
4
https://api.github.com/repos/Peter-Barrow/shared-memory-zig/tags
MIT
[ "shared-memory", "zig", "zig-package" ]
40
false
2025-05-04T18:41:37Z
true
true
unknown
github
[ { "commit": "aa24df42183ad415d10bc0a33e6238c437fc0f59", "name": "known_folders", "tar_url": "https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz", "type": "remote", "url": "https://github.com/ziglibs/known-folders" }, { "commit": "7b434a47c2b8...
Shared Memory Zig <strong>Overview</strong> This library implements a unified interface to shared memory on Linux, macOS and Windows Features <ul> <li>Cross-platform support (Linux, FreeBSD, Windows)</li> <li>Multiple implementation strategies (memfd, POSIX shm, Windows file mapping)</li> <li>Type-safe shared memory...
[]
https://avatars.githubusercontent.com/u/531285?v=4
tldrtranslate
ikks/tldrtranslate
2024-11-21T23:57:05Z
A helper on tldrtranslation that uses argos
main
0
4
1
4
https://api.github.com/repos/ikks/tldrtranslate/tags
MIT
[ "tldr", "translation", "zig-package" ]
497
false
2025-01-12T18:32:12Z
true
true
0.13.0
github
[ { "commit": "refs", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" }, { "commit": "93ee129e4556c0d8af19abb0261530f0444dd577.tar.gz", "name": "lmdb", "tar_url": "https://github.com/...
TLDR Helper Translation This is a helper to translate <a>tldr pages</a>. Collaborators can introduce this tool in the workflow to speed up the <a>translation process</a>. Take a look to see how the tool works. https://github.com/user-attachments/assets/b81b3895-aa8d-443b-84d5-057d9ecc4041 Supported languages <ul> <...
[]
https://avatars.githubusercontent.com/u/193787365?v=4
zup
openSVM/zup
2025-01-06T04:44:16Z
zig api server
main
0
4
0
4
https://api.github.com/repos/openSVM/zup/tags
-
[ "bunjs", "high-load", "high-performance", "nodejs", "zig", "zig-http", "zig-package" ]
219
false
2025-05-08T15:25:51Z
true
true
unknown
github
[]
Zup Server A high-performance HTTP and WebSocket server framework written in Zig, designed for building scalable web applications with built-in parallel computing capabilities via SPICE integration. Features <ul> <li>🚀 Multi-threaded HTTP server with automatic CPU core detection</li> <li>🔌 WebSocket support with au...
[]
https://avatars.githubusercontent.com/u/125730392?v=4
zlog
isaac-westaway/zlog
2024-09-16T11:59:44Z
Appplication-level logging library for Zig
main
0
4
0
4
https://api.github.com/repos/isaac-westaway/zlog/tags
MIT
[ "zig-package" ]
29
false
2024-11-20T15:07:32Z
true
true
unknown
github
[]
Overview <code>zlog</code> is an application-level logging library that provides some APIs to write logging message to an output file. My inspiration came from using Google's <code>glog</code> library, writing some cool applications with the ability to log actions easily. So credits go to Google. This code was also...
[ "https://github.com/malaow3/PokeBin" ]
https://avatars.githubusercontent.com/u/77?v=4
freestanding.zig
benburkert/freestanding.zig
2025-01-05T19:21:57Z
A zig utility module for OS-less (freestanding) stuff
main
1
4
1
4
https://api.github.com/repos/benburkert/freestanding.zig/tags
MIT
[ "zig-package" ]
39
false
2025-03-04T06:22:13Z
true
true
unknown
github
[]
freestanding A zig utility module for OS-less (freestanding) stuff. <code>freestanding.DebugInfo</code> Print a stacktrace in a custom <code>panic</code> handler. ```zig pub fn panic(msg: []const u8, <em>: ?*std.builtin.StackTrace, </em>: ?usize) noreturn { printStackTrace(@returnAddress(), @frameAddress()) ca...
[]
https://avatars.githubusercontent.com/u/1562827?v=4
flagset
travisstaloch/flagset
2024-10-27T00:09:37Z
A command line flag parsing package
main
0
4
0
4
https://api.github.com/repos/travisstaloch/flagset/tags
MIT
[ "zig-package" ]
126
false
2025-05-03T04:15:12Z
true
true
0.14.0
github
[]
flagset A command line flag parsing package goals Simplicity, fast compile times, and small binary size with measured use of comptime. features <ul> <li>auto generated usage/help text</li> <li>format width specifier controls column width. i.e. <code>"{: &lt;25}"</code> sets width to 25.</li> <li>positional (unname...
[ "https://github.com/travisstaloch/flatbufferz" ]
https://avatars.githubusercontent.com/u/20097730?v=4
zunit
MatthewJohnHeath/zunit
2024-10-09T13:02:24Z
Quantities with units of measure for unit-safe arithmetic in zig
main
0
4
1
4
https://api.github.com/repos/MatthewJohnHeath/zunit/tags
MIT
[ "units-of-measure", "units-of-measurement", "zig-library", "zig-package", "ziglang" ]
186
false
2024-11-20T15:49:53Z
true
true
unknown
github
[]
Zunit This is a library for creating and operating upon floating-point values with units of measure attached: e.g. "8.2 centimetres as a <code>f32</code>" or "20.0 seconds as a <code>comptime_float</code>. Its aims are: 1. Catch errors in dimensions or units at compile time. 2. Never have unexpected type mismatches ...
[]
https://avatars.githubusercontent.com/u/53349189?v=4
bitmatch
freakmangd/bitmatch
2024-08-13T22:01:35Z
Bitmatching in zig
main
0
4
0
4
https://api.github.com/repos/freakmangd/bitmatch/tags
MIT
[ "zig", "zig-package" ]
14
false
2024-08-30T05:08:38Z
true
true
unknown
github
[]
bitmatch Simple zig library based off of the rust crate <a>bitmatch</a>. <code>zig const match = bitmatch("00oo_aabb", 0b0011_1001) orelse return error.ExpectedNonNull; try std.testing.expectEqual(0b11, match.o); try std.testing.expectEqual(0b10, match.a); try std.testing.expectEqual(0b01, match.b);</code> Installing...
[]
https://avatars.githubusercontent.com/u/20110944?v=4
zvterm
ringtailsoftware/zvterm
2024-12-08T19:36:46Z
Zig binding for libvterm, a terminal emulator core
main
0
4
1
4
https://api.github.com/repos/ringtailsoftware/zvterm/tags
NOASSERTION
[ "libvterm", "terminal", "terminal-emulator", "zig", "zig-package" ]
1,614
false
2025-03-17T21:21:22Z
true
true
unknown
github
[]
ZVTerm A Zig wrapper for <a>libvterm</a>, exposing a small subset in a native Zig API. Build with zig 0.14.0 (Just enough to build a working toy terminal emulator) See <code>examples/helloworld.zig</code> for usage. See <code>sdlzvterm/</code> for a janky terminal implementation in SDL. ```zig // setup an 8...
[ "https://github.com/ringtailsoftware/commy", "https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer" ]
https://avatars.githubusercontent.com/u/179144860?v=4
jwt.zig
furpu/jwt.zig
2024-08-28T22:49:57Z
Zig JSON Web Token package.
main
4
3
0
3
https://api.github.com/repos/furpu/jwt.zig/tags
MIT
[ "jsonwebtoken", "jwt", "zig", "zig-library", "zig-package" ]
43
false
2025-01-21T00:43:35Z
true
true
0.14.0-dev.1232+61919fe63
github
[ { "commit": "4297ee5c845a8486191806fa102302695d3ff941", "name": "cricket", "tar_url": "https://github.com/furpu/cricket.zig/archive/4297ee5c845a8486191806fa102302695d3ff941.tar.gz", "type": "remote", "url": "https://github.com/furpu/cricket.zig" } ]
jwt.zig Zig implementation of JSON Web Tokens (<a>RFC 7519</a>). Claims Claim verification is not implemented yet. Future work includes adding features to verify <code>aud</code>, <code>exp</code>, <code>iat</code> and <code>nbf</code> claims as described in <a>Section 4</a> of the RFC. Algorithms | Supported | a...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
wamr-zig
kassane/wamr-zig
2024-08-31T12:31:25Z
Zig bindings from WebAssembly Micro Runtime (WAMR)
main
1
3
0
3
https://api.github.com/repos/kassane/wamr-zig/tags
Apache-2.0
[ "embedded", "wamr", "wasm", "webassembly", "zig-package" ]
484
false
2025-04-24T01:37:34Z
true
true
0.13.0
github
[ { "commit": "WAMR-2.1.2", "name": "WAMR", "tar_url": "https://github.com/bytecodealliance/wasm-micro-runtime/archive/WAMR-2.1.2.tar.gz", "type": "remote", "url": "https://github.com/bytecodealliance/wasm-micro-runtime" } ]
WAMR-zig Overview Based on <a>WAMR Rust SDK</a>. It is the wrapper of <a><em>wasm_export.h</em></a> but with Zig style. Requirements <ul> <li><a>Zig</a> v0.13.0 or master.</li> <li><a>CMake</a> v3.12.0 or master.</li> <li><a>LLVM libs</a> v16.0.0 or master.</li> </ul> Core concepts <ul> <li><em>Runtime</em>. It is ...
[]
https://avatars.githubusercontent.com/u/3088277?v=4
ChibiHash-zig
thevilledev/ChibiHash-zig
2024-11-27T21:33:50Z
ChibiHash in Zig - a small, fast 64-bit hash function
main
0
3
0
3
https://api.github.com/repos/thevilledev/ChibiHash-zig/tags
MIT
[ "hash-functions", "zig", "zig-package" ]
12
false
2025-03-11T19:47:52Z
true
false
unknown
github
[]
ChibiHash64-Zig A Zig port of <a>ChibiHash64</a> - a small, fast 64-bit hash function. See the article <a>ChibiHash: A small, fast 64-bit hash function</a> for more information. All credit for the algorithm goes to <a>N-R-K</a>. Features <ul> <li>Simple 64-bit hash function</li> <li>Supports both v1 and v2 of the ha...
[]
https://avatars.githubusercontent.com/u/25210740?v=4
zig-ebuilder
BratishkaErik/zig-ebuilder
2024-10-20T20:02:55Z
Tool for distro maintainers to generate package recipes for Zig projects
main
2
3
1
3
https://api.github.com/repos/BratishkaErik/zig-ebuilder/tags
-
[ "ebuild", "gentoo", "zig-package" ]
241
false
2025-05-17T05:51:37Z
true
true
0.14.0
github
[ { "commit": "master", "name": "ztl", "tar_url": "https://github.com/karlseguin/ztl/archive/master.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/ztl" } ]
zig-ebuilder <a></a> zig-ebuilder generates package recipes for system package manager. It consumes <code>build.zig</code> and <code>build.zig.zon</code> files to fetch dependencies and find: * modules and artifacts (from dependencies and project itself), * user options and system integration options. Git-commit d...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
tracy
allyourcodebase/tracy
2024-12-18T20:56:55Z
Tracy ported to the zig build system
master
0
3
2
3
https://api.github.com/repos/allyourcodebase/tracy/tags
NOASSERTION
[ "zig", "zig-package" ]
28,467
true
2025-05-21T22:23:09Z
true
true
0.14.0
github
[ { "commit": "master", "name": "wayland", "tar_url": "https://github.com/allyourcodebase/wayland/archive/master.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/wayland" }, { "commit": null, "name": "wayland_protocols", "tar_url": null, "type": "remote", ...
<a></a> Tracy Profiler This is <a>Tracy</a>, packaged for <a>Zig</a>. Installation Install Zig 0.14.0 and then run the following command: <code>bash zig build install-profiler ./zig-out/bin/tracy-profiler</code> You can also directly run the Tracy Profiler with the "run" step: <code>bash zig build run</code> Sy...
[ "https://github.com/Games-by-Mason/ZCS", "https://github.com/Games-by-Mason/tracy_zig", "https://github.com/Marco-Christiani/zigrad", "https://github.com/kristoff-it/superhtml", "https://github.com/kristoff-it/zine", "https://github.com/leecannon/zig-coreutils", "https://github.com/llogick/zigscient", ...
https://avatars.githubusercontent.com/u/13835680?v=4
log_to_file
reykjalin/log_to_file
2024-11-29T19:29:24Z
Have Zig's `std.log` log to a file instead of to stderr
main
0
3
0
3
https://api.github.com/repos/reykjalin/log_to_file/tags
BSD-3-Clause
[ "logging", "zig", "zig-package" ]
29
false
2025-04-26T01:13:24Z
true
true
0.14.0
github
[]
log_to_file <a>API docs</a> An easy way to change Zig's default <code>std.log</code> functions to write to a file instead of logging to stderr. <blockquote> <span class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">NOTE</span> <strong>This is not a log...
[]
https://avatars.githubusercontent.com/u/8972248?v=4
uuid-zig
oittaa/uuid-zig
2025-02-01T12:33:53Z
Universally Unique IDentifiers (UUIDs)
master
0
3
0
3
https://api.github.com/repos/oittaa/uuid-zig/tags
MIT
[ "uuid", "zig-package" ]
46
false
2025-05-17T08:09:32Z
true
true
0.14.0
github
[]
uuid-zig Universally Unique IDentifiers (UUIDs) <a>RFC 9562</a> If UUIDs are required for use with any security operation within an application context in any shape or form, then UUIDv4 SHOULD be utilized. Uses <code>std.crypto.random</code> to generate UUIDs. <a></a> Example ```zig const std = @import("std"); con...
[]
https://avatars.githubusercontent.com/u/123812634?v=4
wyhash
NikoMalik/wyhash
2025-01-29T22:04:23Z
wyhash implementation in zig
main
0
3
0
3
https://api.github.com/repos/NikoMalik/wyhash/tags
MIT
[ "wyhash", "zig", "zig-lib", "zig-package", "zig-wyhash", "ziglang" ]
8
false
2025-03-10T21:25:13Z
true
true
unknown
github
[]
WYHASH - Zig Implementation 🚀 Overview Wyhash is a fast, high-quality, portable non-cryptographic hash function known for its exceptional speed and randomness quality. This repository provides a native Zig implementation of Wyhash.Project is also open for people to add to and improve. Please check the issues to ...
[]
https://avatars.githubusercontent.com/u/9116281?v=4
syslog
g41797/syslog
2024-10-07T15:30:47Z
Zig syslog client
main
0
3
0
3
https://api.github.com/repos/g41797/syslog/tags
MIT
[ "rfc5424", "syslog", "syslog-client", "tcp", "udp", "zig", "zig-library", "zig-package" ]
408
false
2025-01-30T00:19:37Z
true
true
unknown
github
[ { "commit": "master.tar.gz", "name": "mailbox", "tar_url": "https://github.com/g41797/mailbox/archive/master.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/g41797/mailbox" }, { "commit": "805ce63eec48373ec497542f18f19d7c484b9b2e", "name": "network", "tar_url": "http...
Zig syslog client [![CI](https://github.com/g41797/syslog/actions/workflows/ci.yml/badge.svg)](https://github.com/g41797/syslog/actions/workflows/ci.yml)[![Wiki](https://img.shields.io/badge/Wikipedia-%23000000.svg?style=for-the-badge&amp;logo=wikipedia&amp;logoColor=white)](https://en.wikipedia.org/wiki/Syslog) &n...
[]
https://avatars.githubusercontent.com/u/193787365?v=4
supabase-zig
openSVM/supabase-zig
2025-01-10T10:56:53Z
supabase zig client
main
0
3
0
3
https://api.github.com/repos/openSVM/supabase-zig/tags
Unlicense
[ "supabase-client", "supabase-db", "supabse", "zig", "zig-package", "zig-supabase" ]
12
false
2025-01-23T21:30:30Z
true
false
unknown
github
[]
supabase-zig A Zig client library for <a>Supabase</a>, providing a type-safe and memory-efficient way to interact with your Supabase backend. Features <ul> <li>🔐 <strong>Authentication</strong>: Full support for email/password authentication</li> <li>📊 <strong>Database Operations</strong>: Powerful query builder fo...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
sanitizers-zig
kassane/sanitizers-zig
2024-09-24T16:19:02Z
LLVM sanitizers for zig-toolchain
main
1
3
0
3
https://api.github.com/repos/kassane/sanitizers-zig/tags
Apache-2.0
[ "cpp", "cpp-libraries", "llvm-sanitizer", "zig", "zig-package" ]
36
false
2025-04-16T13:48:47Z
true
true
0.13.0
github
[]
LLVM Sanitizers for Zig Description This is a collection of sanitizers for Zig. It is a work in progress. Requirements <ul> <li><a>Zig</a> v0.15.0-dev</li> </ul> Add <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-...
[]
https://avatars.githubusercontent.com/u/26331682?v=4
cairo.zig
bandithedoge/cairo.zig
2025-01-15T10:31:39Z
Cairo packaged for Zig
main
0
3
0
3
https://api.github.com/repos/bandithedoge/cairo.zig/tags
MIT
[ "zig-package" ]
59
false
2025-03-25T21:09:51Z
true
true
0.14.0
github
[ { "commit": null, "name": "cairo", "tar_url": null, "type": "remote", "url": "https://www.cairographics.org/releases/cairo-1.18.4.tar.xz" }, { "commit": "80475c32cc85a4f3cae6dd548e2b4eff845436bd.tar.gz", "name": "pixman", "tar_url": "https://github.com/bandithedoge/pixman/archive...
<a>Cairo</a> packaged for Zig This repo builds Cairo using Zig's build system and C compiler frontend. Its primary use is to simplify cross-compiling and static linking for <a>zigplug</a>. <strong>These are not language bindings.</strong> You still have to use Cairo's C headers to do anything useful with this in your...
[]
https://avatars.githubusercontent.com/u/910428?v=4
xterm256.zig
zhuyadong/xterm256.zig
2024-10-14T23:41:30Z
print text with xterm256 style
main
0
3
0
3
https://api.github.com/repos/zhuyadong/xterm256.zig/tags
MIT
[ "color", "print", "xterm", "xterm256", "zig", "zig-package" ]
9
false
2025-03-08T10:57:03Z
true
true
0.11.0
github
[]
<a>中文</a> | <a>English</a> Print Text with <code>xterm256</code> Colors and Styles Install In the project root directory: <code>shell zig fetch "git+https://github.com/zhuyadong/xterm256.zig" --save=xterm256</code> If you want to install a specific version: <code>shell zig fetch "git+https://github.com/zhuyadong/xte...
[]
https://avatars.githubusercontent.com/u/131738078?v=4
zkinder
TheHonestHare/zkinder
2024-08-16T05:34:00Z
A pattern matching library for zig
main
0
3
0
3
https://api.github.com/repos/TheHonestHare/zkinder/tags
-
[ "zig", "zig-library", "zig-package" ]
32
false
2025-01-20T00:48:19Z
true
true
unknown
github
[]
A library that implements pattern matching in fully userland zig. Tested on zig version 0.14.0-dev.1391+e084c46ed but should probably work on master Code example ```zig const ki = @import("zkinder"); const bind = ki.bind; const __ = ki.__; const thing: struct { age: u32, birth: u64, pos: struct { x: u8, ...
[]
https://avatars.githubusercontent.com/u/50418189?v=4
SPaDE
Traxar/SPaDE
2024-12-29T01:46:38Z
a library for SParse and DEnse tensor operations.
master
7
3
0
3
https://api.github.com/repos/Traxar/SPaDE/tags
MIT
[ "zig-package" ]
113
false
2025-05-06T20:01:35Z
true
true
unknown
github
[]
SPaDE a library for <strong>SP</strong>arse <strong>a</strong>nd <strong>DE</strong>nse tensor operations. Table of Contents <ul> <li><a>Installation</a></li> <li><a>Usage</a></li> <li><a>Dependencies</a></li> </ul> Installation in your zig-project run: <code>zig fetch --save https://github.com/Traxar/SPaDE/archiv...
[]
https://avatars.githubusercontent.com/u/72305366?v=4
dotenv.zig
zigster64/dotenv.zig
2024-08-28T00:17:33Z
Load ENV vars from .env files on boot
main
0
3
1
3
https://api.github.com/repos/zigster64/dotenv.zig/tags
MIT
[ "dotenv", "dotenv-loader", "zig-package" ]
12
false
2025-03-18T15:38:49Z
true
true
0.14.0
github
[]
dotenv.zig Load ENV vars from .env files on boot -- On boot, calling <code>env.init(alloc, ".env")</code> will return an env that includes values from the <code>.env</code> file Lines starting with <code>#</code> are treated as comments All other lines will take the form <code>ENV_VAR_NAME=VALUE</code> Lines...
[]
https://avatars.githubusercontent.com/u/191289349?v=4
spinlock
ThatDreche/spinlock
2025-02-08T19:45:27Z
A simple spinlock in Zig
main
0
2
0
2
https://api.github.com/repos/ThatDreche/spinlock/tags
MIT
[ "zig-package" ]
20
true
2025-02-10T00:12:17Z
true
true
unknown
github
[]
spinlock A simple spinlock in zig, with the same API as <a>std.Thread.Mutex</a>. Use this only if you NEED a spinlock, use a proper mutex with OS blessings otherwise. Usage First, add the package to your build.zig.zon: <code>zig fetch --save=spinlock https://github.com/ThatDreche/spinlock/archive/v1.0.0.tar.gz</code...
[]
https://avatars.githubusercontent.com/u/179981696?v=4
solana-zig-program-template
ziglana/solana-zig-program-template
2024-10-13T09:58:57Z
Minimal Solana Zig program template
main
0
2
0
2
https://api.github.com/repos/ziglana/solana-zig-program-template/tags
NOASSERTION
[ "solana", "zig", "zig-package", "ziglana", "ziglang", "zup" ]
48
false
2025-03-30T00:53:13Z
true
true
unknown
github
[ { "commit": "refs", "name": "base58", "tar_url": "https://github.com/joncinque/base58-zig/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/joncinque/base58-zig" }, { "commit": "refs", "name": "solana-program-sdk", "tar_url": "https://github.com/joncinque/solana-...
solana-zig-program-template Minimal Solana Zig program template
[]
https://avatars.githubusercontent.com/u/61627919?v=4
farbe
nuIIpointerexception/farbe
2024-12-09T22:37:28Z
A optimized color module and library for high performance applications.
main
1
2
1
2
https://api.github.com/repos/nuIIpointerexception/farbe/tags
GPL-3.0
[ "cpp", "rust", "zig", "zig-library", "zig-package" ]
56
false
2024-12-16T01:11:50Z
true
true
unknown
github
[]
Farbe A optimized color module and library for high performance applications. Features Various different color formats are supported: - RGBA - HSLA - HSV also we can: - Blending between colors - Hexadecimal color parsing - Comptime checks (Zig only) Build Zig <code>sh zig build [-Dtype=(static|dynamic] [-Dbindin...
[ "https://github.com/fjebaker/zorro" ]
https://avatars.githubusercontent.com/u/87294692?v=4
tellme-dev
vspefs/tellme-dev
2024-12-21T17:22:43Z
A Zig package that (sort of) allows comptime polymorphism
master
0
2
0
2
https://api.github.com/repos/vspefs/tellme-dev/tags
GPL-3.0
[ "zig", "zig-package" ]
20
false
2025-02-22T10:46:37Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/51416554?v=4
ansi-escape.zig
hendriknielaender/ansi-escape.zig
2025-01-03T16:32:25Z
ANSI escape codes for manipulating the terminal
main
3
2
0
2
https://api.github.com/repos/hendriknielaender/ansi-escape.zig/tags
MIT
[ "ansi", "ansi-escape-codes", "terminal", "zig", "zig-library", "zig-package", "ziglang" ]
5,225
false
2025-03-14T22:32:37Z
true
true
unknown
github
[]
A minimalistic Zig library for working with ANSI escape sequences. This library provides utilities for cursor control, screen manipulation, and terminal resetting through a simple and efficient API. [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/hendriknielaender/ansi-...
[]
https://avatars.githubusercontent.com/u/2773256?v=4
zig_pkg_tool
dasimmet/zig_pkg_tool
2024-11-13T15:32:46Z
a command line tool to work with build.zig dependencies and build graphs
main
0
2
0
2
https://api.github.com/repos/dasimmet/zig_pkg_tool/tags
MIT
[ "zig", "zig-package" ]
277
false
2025-05-02T00:35:41Z
true
true
0.14.0
github
[ { "commit": "aa24df42183ad415d10bc0a33e6238c437fc0f59", "name": "known_folders", "tar_url": "https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz", "type": "remote", "url": "https://github.com/ziglibs/known-folders" } ]
Zig Package tool a command line tool to work with <code>build.zig</code> dependencies and build graphs. It embeds custom build runners to retrieve build graph information, used to backup dependencies, output a graphviz <code>dot</code> file etc. The repo vendors zig's <code>build-runner.zig</code> with an inserted h...
[]
https://avatars.githubusercontent.com/u/188629493?v=4
clap-zig-bindings
interpunct/clap-zig-bindings
2024-11-15T22:02:18Z
manually written idiomatic zig bindings for CLAP audio API (mirror)
main
0
2
0
2
https://api.github.com/repos/interpunct/clap-zig-bindings/tags
LGPL-3.0
[ "audio", "clap", "library", "zig", "zig-package" ]
59
false
2025-04-30T19:47:13Z
true
true
0.13.0
github
[]
<a>clap-zig-bindings</a> Zig bindings for the <a>CLAP</a> audio API. This is a full hand-written translation. Everything is done to make the most of Zig's type system. Currently covers 100% of the api as of CLAP version <code>1.2.2</code>. This library does not cover draft extensions. For an example on how to use thi...
[]
https://avatars.githubusercontent.com/u/196515647?v=4
GZZG
MinervasRefuge/GZZG
2025-01-26T08:34:01Z
A typed Zig wrapper for the Guile (scheme) C API.
main
0
2
0
2
https://api.github.com/repos/MinervasRefuge/GZZG/tags
BSD-3-Clause
[ "guile", "guile-scheme", "zig", "zig-package", "ziglang" ]
311
false
2025-04-16T22:38:07Z
true
true
0.14.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/57362253?v=4
oniguruma.zig
tiawl/oniguruma.zig
2024-11-02T17:18:47Z
oniguruma packaged for @ziglang
trunk
0
2
0
2
https://api.github.com/repos/tiawl/oniguruma.zig/tags
Unlicense
[ "binding", "oniguruma", "zig", "zig-package", "ziglang" ]
620
false
2025-05-07T10:12:51Z
true
true
0.14.0
github
[ { "commit": "master", "name": "toolbox", "tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz", "type": "remote", "url": "https://github.com/tiawl/toolbox" } ]
oniguruma.zig This is a fork of <a>kkos/oniguruma</a> to package the libonig C API for <a>Zig</a> Why this fork ? The intention under this fork is to package <a>kkos/oniguruma</a> for <a>Zig</a>. So: * Unnecessary files have been deleted, * The build system has been replaced with <code>build.zig</code>, * A cron run...
[]
https://avatars.githubusercontent.com/u/51542168?v=4
ps
mostik/ps
2025-01-07T23:25:18Z
linux proc/pid/stat
main
0
2
0
2
https://api.github.com/repos/mostik/ps/tags
-
[ "zig", "zig-package" ]
7
false
2025-03-31T06:03:25Z
true
true
unknown
github
[]
Proc stat Install <code>zig fetch --save https://github.com/Mostik/ps/archive/v0.0.1.tar.gz</code> ```zig //build.zig const ps = b.dependency("ps", .{}).module("ps"); exe.root_module.addImport("ps", ps); <code></code>zig const std = @import("std"); const ps = @import("ps"); pub fn main() !void { <code>var gpa = s...
[]
https://avatars.githubusercontent.com/u/30970706?v=4
mimalloc.zig
theseyan/mimalloc.zig
2024-12-17T15:03:59Z
Simple Zig Allocator interface over mimalloc.
main
0
2
0
2
https://api.github.com/repos/theseyan/mimalloc.zig/tags
MIT
[ "mimalloc", "zig", "zig-package" ]
3
false
2025-05-11T09:36:56Z
true
true
0.13.0
github
[ { "commit": "refs", "name": "macos_sdk", "tar_url": "https://github.com/mitchellh/zig-build-macos-sdk/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/mitchellh/zig-build-macos-sdk" }, { "commit": "refs", "name": "mimalloc_c", "tar_url": "https://github.com/micr...
mimalloc.zig A simple implementation of Zig's <code>std.mem.Allocator</code> interface over the excellent <a>mimalloc</a> by Microsoft. Usage ``` const mimalloc = @import("mimalloc").Allocator{}; const allocator = mimalloc.allocator(); // Use <code>allocator</code> here... ``` Tests Run the tests: <code>zig build...
[]
https://avatars.githubusercontent.com/u/1562827?v=4
multi-bounded-array
travisstaloch/multi-bounded-array
2025-02-05T22:12:19Z
Similar to std.MultiArrayList() but backed by fixed size arrays
main
0
2
0
2
https://api.github.com/repos/travisstaloch/multi-bounded-array/tags
MIT
[ "zig-package" ]
26
false
2025-03-07T14:01:27Z
true
true
0.14.0
github
[]
About Similar to <code>std.MultiArrayList()</code> but backed by fixed size arrays. Each field of T becomes an array with length <code>buffer_capacity</code>. To access the arrays as slices use <code>items(.&lt;field&gt;)</code> or <code>constItems(.&lt;field&gt;)</code>. Useful when a struct of small arrays is des...
[]
https://avatars.githubusercontent.com/u/127796005?v=4
zgm
srmadrid/zgm
2024-10-07T07:23:27Z
Zig Graphics Mathematics
main
0
2
0
2
https://api.github.com/repos/srmadrid/zgm/tags
MIT
[ "zig-package" ]
126
false
2025-03-06T07:14:01Z
true
true
0.14.0
github
[]
ZGM: Zig Graphics Mathematics A Zig library for mathematics for graphics programming. Current Features <ul> <li>Vectors</li> <li>Matrices</li> <li>Column-major</li> <li>Transformations are offered only for homogeneous coordinates, i.e., 3x3 matrices work as 2D transformations and 4x4 matrices work as 3D transformatio...
[]
https://avatars.githubusercontent.com/u/32989557?v=4
hamt
SimonLSchlee/hamt
2024-11-22T01:55:02Z
HAMT and StencilArrays implementation in Zig
main
0
2
0
2
https://api.github.com/repos/SimonLSchlee/hamt/tags
MIT
[ "zig-package" ]
31
false
2024-11-25T10:11:26Z
true
true
0.13.0
github
[]
HAMT and StencilArrays A work-in-progress implementation of HAMTs (Hash Array Mapped Tries) and StencilArrays (StencilVectors) in Zig. Based on the ideas presented in theses papers: <ul> <li><a>Ideal Hash Trees (Bagwell, Phil 2001)</a></li> <li><a>Runtime and Compiler Support for HAMTs</a></li> </ul> Description H...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
gifsicle
allyourcodebase/gifsicle
2025-01-14T15:35:54Z
gifsicle using the zig build system
master
0
2
0
2
https://api.github.com/repos/allyourcodebase/gifsicle/tags
GPL-2.0
[ "gif", "gifsicle", "zig", "zig-package" ]
23
false
2025-03-20T03:44:12Z
true
true
0.14.0
github
[ { "commit": "ed5b01816b42423e0ae6897cad0149cda561898c", "name": "gifsicle_upstream", "tar_url": "https://github.com/kohler/gifsicle/archive/ed5b01816b42423e0ae6897cad0149cda561898c.tar.gz", "type": "remote", "url": "https://github.com/kohler/gifsicle" } ]
Gifsicle This is <a>gifsicle</a> packaged using Zig build system needs zig version <code>0.14.0</code> or higher Options You can set these options when importing as a dependency with <code>b.dependency("gifsicle", .{ option=value })</code> or when building directly with <code>zig build -Doption=value</code> |Optio...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
json-c
allyourcodebase/json-c
2024-09-14T07:01:13Z
json-c ported to the zig build system
master
0
2
0
2
https://api.github.com/repos/allyourcodebase/json-c/tags
MIT
[ "zig-package" ]
14
false
2025-03-10T18:22:54Z
true
true
0.14.0
github
[ { "commit": "master", "name": "upstream", "tar_url": "https://github.com/json-c/json-c/archive/master.tar.gz", "type": "remote", "url": "https://github.com/json-c/json-c" } ]
<code>build.zig</code> for json-c Provides a package to be used by the zig package manager for C programs. Status For now the hard-coded config assumes linux. | Refname | json-c version | Zig <code>0.12.x</code> | Zig <code>0.13.x</code> | Zig <code>0.14.x</code> | |----------|------------------------|----...
[]
https://avatars.githubusercontent.com/u/476352?v=4
msgpack-zig
rockorager/msgpack-zig
2024-09-05T15:08:41Z
msgpack encoding and decoding in zig | msgpack.org[Zig]
main
0
2
0
2
https://api.github.com/repos/rockorager/msgpack-zig/tags
MIT
[ "msgpack", "zig", "zig-package" ]
10
false
2024-11-14T11:44:41Z
true
true
unknown
github
[]
msgpack-zig msgpack-zig provides a simple API for encoding and decoding msgpack data. The API is designed to similar to <code>std.json</code>. Msgpack inherently requires less allocation than JSON so the return values are slightly different. <blockquote> <span class="bg-green-100 text-green-800 text-xs font-medium me...
[]
https://avatars.githubusercontent.com/u/75046310?v=4
anyascii-zig
sweetbbak/anyascii-zig
2025-01-12T04:27:33Z
A Zig native port of the anyascii library for Zig and C
main
0
2
0
2
https://api.github.com/repos/sweetbbak/anyascii-zig/tags
-
[ "c", "unicode", "zig", "zig-library", "zig-package" ]
261
false
2025-02-20T22:19:00Z
true
true
0.13.0
github
[]
anyascii-zig a Zig port of the <code>anyascii</code> C implementation. Converts Unicode characters to their best ASCII representation AnyAscii provides ASCII-only replacement strings for practically all Unicode characters. Text is converted character-by-character without considering the context. The mappings for each...
[]
https://avatars.githubusercontent.com/u/101195284?v=4
apz
0xrinegade/apz
2024-10-31T09:22:37Z
blazigly spicy http server
main
0
2
0
2
https://api.github.com/repos/0xrinegade/apz/tags
Unlicense
[ "blazigly", "http-server", "zig", "zig-package" ]
5
false
2025-02-23T03:37:56Z
true
true
unknown
github
[ { "commit": "refs", "name": "spice", "tar_url": "https://github.com/judofyr/spice/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/judofyr/spice" } ]
apz zig api
[]
https://avatars.githubusercontent.com/u/51416554?v=4
ulid.zig
hendriknielaender/ulid.zig
2024-10-27T20:55:33Z
Zig Universally Unique Lexicographically Sortable Identifier
main
6
2
0
2
https://api.github.com/repos/hendriknielaender/ulid.zig/tags
MIT
[ "ulid", "ulid-generator", "zig", "zig-library", "zig-package", "ziglang" ]
28
false
2025-03-15T17:00:38Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "zbench", "tar_url": "https://github.com/hendriknielaender/zbench/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/hendriknielaender/zbench" } ]
ulid.zig <a></a> <a></a> A <strong>Universally Unique Lexicographically Sortable Identifier (ULID)</strong> implementation for Zig, providing a robust and efficient way to generate unique identifiers that are both time-based and random. Why ULID? UUID can be suboptimal for many uses-cases because: <ul> <li>It isn...
[]
https://avatars.githubusercontent.com/u/83881873?v=4
di.zig
AleksandrShadrin/di.zig
2024-11-09T06:41:58Z
A simple and lightweight dependency injection container for Zig.
main
0
2
0
2
https://api.github.com/repos/AleksandrShadrin/di.zig/tags
MIT
[ "dependency-injection", "ioc-container", "zig", "zig-library", "zig-package" ]
144
false
2025-01-16T17:48:08Z
true
true
unknown
github
[]
<a></a> Zig DI Container 🚀 A simple and lightweight dependency injection (DI) container for Zig. Manage your dependencies effortlessly and keep your code clean! 📦 Features * Singletons: One instance throughout the app. * Transients: New instance every time. * Scoped Services: Manage lifetimes within scopes. * Gene...
[]
https://avatars.githubusercontent.com/u/2773256?v=4
zig-raspberry-pico-sdk
dasimmet/zig-raspberry-pico-sdk
2024-11-07T21:46:55Z
null
master
0
2
1
2
https://api.github.com/repos/dasimmet/zig-raspberry-pico-sdk/tags
MIT
[ "microzig", "pico", "raspberry", "zig", "zig-package" ]
35
false
2024-12-14T12:30:00Z
true
true
0.13.0
github
[ { "commit": "95ea6acad131124694cda1c162c52cd30e0aece0", "name": "pico-sdk", "tar_url": "https://github.com/raspberrypi/pico-sdk/archive/95ea6acad131124694cda1c162c52cd30e0aece0.tar.gz", "type": "remote", "url": "https://github.com/raspberrypi/pico-sdk" }, { "commit": "df21059f7ca6f1babc7...
raspberry pico-sdk on the zig buildsystem Requirements <ul> <li>zig 0.13.0 or higher</li> <li>~~libudev-dev for libusb on linux~~</li> </ul> The last zig version i built against (ubuntu linux 24.04 x86_64): <code>console foo@bar:~$ zig version 0.14.0-dev.2164+6b2c8fc68</code> Picotool this repo builds the raspberr...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
libexpat
allyourcodebase/libexpat
2024-12-18T18:15:55Z
libexpat ported to the zig build system
master
0
2
0
2
https://api.github.com/repos/allyourcodebase/libexpat/tags
MIT
[ "zig", "zig-package" ]
17
false
2025-05-20T22:39:40Z
true
true
0.14.0
github
[ { "commit": "master", "name": "libexpat", "tar_url": "https://github.com/libexpat/libexpat/archive/master.tar.gz", "type": "remote", "url": "https://github.com/libexpat/libexpat" } ]
<a></a> Expat This is <a>Expat</a>, packaged for <a>Zig</a>. Installation First, update your <code>build.zig.zon</code>: ``` Initialize a <code>zig build</code> project if you haven't already zig init zig fetch --save git+https://github.com/allyourcodebase/libexpat.git#2.7.1 ``` You can then import <code>expat<...
[ "https://github.com/allyourcodebase/libexpat", "https://github.com/allyourcodebase/wayland" ]
https://avatars.githubusercontent.com/u/146390816?v=4
libxml2
allyourcodebase/libxml2
2024-12-18T18:31:19Z
libxml2 ported to the zig build system
master
0
2
0
2
https://api.github.com/repos/allyourcodebase/libxml2/tags
MIT
[ "zig", "zig-package" ]
15
false
2025-05-20T22:33:00Z
true
true
0.14.0
github
[ { "commit": null, "name": "libxml2", "tar_url": null, "type": "remote", "url": "git+https://gitlab.gnome.org/GNOME/libxml2.git?ref=v2.14.3#8d509f483dd5ce268b2fded9c738132c47d820d8" }, { "commit": "6c72830882690c1eb2567a537525c3f432c1da50", "name": "zlib", "tar_url": "https://gith...
<a></a> libxml2 This is <a>libxml2</a>, packaged for <a>Zig</a>. Installation First, update your <code>build.zig.zon</code>: ``` Initialize a <code>zig build</code> project if you haven't already zig init zig fetch --save git+https://github.com/allyourcodebase/libxml2.git#2.14.3 ``` You can then import <code>li...
[ "https://github.com/ZigEmbeddedGroup/regz", "https://github.com/allyourcodebase/libxkbcommon", "https://github.com/allyourcodebase/libxml2", "https://github.com/allyourcodebase/wayland", "https://github.com/dasimmet/ugtar", "https://github.com/dasimmet/zig-libxml2", "https://github.com/doccaico/libxml2-...
https://avatars.githubusercontent.com/u/51416554?v=4
size.zig
hendriknielaender/size.zig
2024-12-25T19:47:46Z
null
main
4
1
0
1
https://api.github.com/repos/hendriknielaender/size.zig/tags
MIT
[ "analyzer", "binary", "size", "symbol", "treemap", "zig", "zig-package", "ziglang" ]
9
false
2025-02-18T21:09:52Z
true
true
unknown
github
[]
size.zig
[]
https://avatars.githubusercontent.com/u/576065?v=4
minijinja.zig
thekorn/minijinja.zig
2024-10-19T06:43:22Z
zig bindings for minijinja
main
0
1
0
1
https://api.github.com/repos/thekorn/minijinja.zig/tags
Apache-2.0
[ "bindings", "zig", "zig-package" ]
82
false
2025-04-06T15:36:10Z
true
true
0.14.0
github
[ { "commit": "master", "name": "minijinja", "tar_url": "https://github.com/mitsuhiko/minijinja/archive/master.tar.gz", "type": "remote", "url": "https://github.com/mitsuhiko/minijinja" } ]
minijinja.zig zig bindings for the amazing <a>minijinja</a> templating engine. It's a thin wrapper around the C ABI of minijinja. <strong>NOTE</strong>: this is a work in progress and mac only at the moment. Requirements <ul> <li>zig &gt;= 0.14</li> <li>rustup (for building minijinja-capi) or</li> <li>a nix enviro...
[]
https://avatars.githubusercontent.com/u/184568612?v=4
zlugify
zigzedd/zlugify
2025-01-08T22:19:41Z
[MIRROR] Generate ASCII slugs from unicode strings.
main
0
1
1
1
https://api.github.com/repos/zigzedd/zlugify/tags
MIT
[ "ascii", "emoji", "normalization", "slug", "slugify", "transliteration", "unicode", "unidecode", "utf8", "zig", "zig-library", "zig-package" ]
10
false
2025-04-12T10:40:01Z
true
true
unknown
github
[ { "commit": null, "name": "anyascii", "tar_url": null, "type": "remote", "url": "https://code.zeptotech.net/zedd/anyascii.zig/archive/v1.2.0.tar.gz" } ]
zlugify Generate ASCII slugs from unicode strings zlugify is part of <a><em>zedd</em></a>, a collection of useful libraries for zig. zlugify <em>zlugify</em> is a library to generate slugs from all types of UTF-8 encoded strings. It uses <a>anyascii.zig</a> to convert UTF-8 encoded strings into ASCII-...
[]
https://avatars.githubusercontent.com/u/94309053?v=4
vigil
ooyeku/vigil
2024-12-26T07:31:51Z
A process supervision and management library for Zig, inspired by Erlang/OTP's supervisor model.
main
0
1
0
1
https://api.github.com/repos/ooyeku/vigil/tags
MIT
[ "zig-package" ]
193
false
2025-02-14T07:24:33Z
true
true
0.13.0
github
[]
Vigil Note: API is subject to change (hopefully for the better) A process supervision and inter-process communication library for Zig, designed for building reliable distributed systems and concurrent applications. Installation Fetch latest release: <code>bash zig fetch --save "git+https://github.com/ooyeku/vigil/...
[]
https://avatars.githubusercontent.com/u/194645670?v=4
bx
InteractiveBin/bx
2025-01-16T05:28:54Z
Base library used across multiple projects
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/bx/tags
BSD-2-Clause
[ "zig", "zig-package" ]
34,140
true
2025-01-20T08:43:12Z
true
true
unknown
github
[]
bx Base X-platform library. <a></a> <a></a> <a></a> Goals: <ul> <li>Provide OS/runtime/compiler independent core functionality to be able to write cross-platform applications.</li> <li>Compile without C Runtime (CRT) and without C++ Standard Library (STL).</li> </ul> Contact <a>@bkaradzic</a> Project page ht...
[ "https://github.com/InteractiveBin/bgfx", "https://github.com/InteractiveBin/bimg" ]
https://avatars.githubusercontent.com/u/61841960?v=4
pennant
Arnau478/pennant
2025-01-19T13:06:21Z
Argument parser for Zig
master
1
1
0
1
https://api.github.com/repos/Arnau478/pennant/tags
GPL-3.0
[ "argprase", "zig", "zig-package" ]
40
false
2025-04-26T20:47:48Z
true
true
unknown
github
[]
Pennant Argument parser for Zig. Features <ul> <li>Opposite flags (<code>--foo</code>/<code>--no-foo</code>, <code>--uppercase</code>/<code>--lowercase</code>), which act on a single variable and are mutually exclusive</li> <li>Values with and without equals sign (<code>--foo bar</code> and <code>--foo=bar</co...
[ "https://github.com/Arnau478/hevi" ]
https://avatars.githubusercontent.com/u/23480513?v=4
gnu-m4-zig
cbilz/gnu-m4-zig
2025-02-01T18:59:18Z
GNU M4 packaged for Zig
main
0
1
0
1
https://api.github.com/repos/cbilz/gnu-m4-zig/tags
MIT
[ "gnu", "gnu-m4", "m4", "zig", "zig-package" ]
170
false
2025-02-26T17:19:23Z
true
true
unknown
github
[ { "commit": null, "name": "upstream", "tar_url": null, "type": "remote", "url": "https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz" } ]
GNU M4 packaged for Zig Work in progress. Goal This project aims to provide a Zig package for GNU M4 that runs on Linux, macOS and Windows without system dependencies. The longer-term goal is to extract a reusable Zig library for compiling projects that rely on Autotools and Gnulib. Status Compiles and appears to ...
[]
https://avatars.githubusercontent.com/u/19978130?v=4
concurrent_skip_list
bridgeQiao/concurrent_skip_list
2025-02-07T11:10:29Z
Concurrent skip list written in zig.
main
0
1
0
1
https://api.github.com/repos/bridgeQiao/concurrent_skip_list/tags
-
[ "zig-package" ]
30
false
2025-04-29T03:38:26Z
true
true
0.14.0
github
[]
concurrent_skip_list Copy from folly project:) Rewrite the code to zig. BenchMark origin: <a>greensky00/skiplist</a>. Thanks! use it 1. add the repo execute: <code>bash zig fetch --save git+https://github.com/bridgeQiao/concurrent_skip_list.git</code> In <code>build.zig</code> add import: ```zig const con_skipli...
[]
https://avatars.githubusercontent.com/u/184568612?v=4
anyascii.zig
zigzedd/anyascii.zig
2025-01-08T18:56:01Z
[MIRROR] Zig port of C implementation of anyascii.
main
0
1
0
1
https://api.github.com/repos/zigzedd/anyascii.zig/tags
MIT
[ "ascii", "emoji", "normalization", "romanization", "slug", "transliteration", "unicode", "unidecode", "utf8", "zig", "zig-library", "zig-package" ]
274
false
2025-04-12T10:37:11Z
true
true
unknown
github
[]
anyascii.zig This repository allows to use anyascii C implementation from zig, with a helper function <code>utf8ToAscii</code> to easily convert any UTF-8 encoded string in an ASCII-only string. Current version of anyascii: <code>2023-08-01</code>. How to use <code>anyascii</code> ```zig const std = @import("std")...
[]
https://avatars.githubusercontent.com/u/72305366?v=4
jwt.zig
zigster64/jwt.zig
2024-08-13T03:14:17Z
A JWT library for zig
main
0
1
0
1
https://api.github.com/repos/zigster64/jwt.zig/tags
MIT
[ "jwt", "oauth", "zig-package" ]
37
true
2025-04-03T16:25:00Z
true
true
0.13.0
github
[ { "commit": "refs", "name": "benchmark", "tar_url": "https://github.com/silversquirl/benchmark.zig/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/silversquirl/benchmark.zig" } ]
zig jwt A <a>JWT</a> library for zig This is a hard fork of github.com/softprops/zig-jwt Differences are : <ul> <li>Allows you to decode a JWT that you dont have the secret for</li> <li>Fixes breaking changes from the latest 0.14 type name changes</li> </ul> 📼 installing Create a new exec projec...
[]
https://avatars.githubusercontent.com/u/89275?v=4
s3db.zig
dgv/s3db.zig
2024-10-24T20:26:17Z
Zig wrapper of SQLite/Go extension that stores tables in an S3-compatible object store
main
1
1
0
1
https://api.github.com/repos/dgv/s3db.zig/tags
MIT
[ "s3", "sqlite", "sqlite-extension", "zig-library", "zig-package" ]
30
false
2025-03-07T22:53:00Z
true
true
0.14.0
github
[ { "commit": "master", "name": "sqlite", "tar_url": "https://github.com/vrischmann/zig-sqlite/archive/master.tar.gz", "type": "remote", "url": "https://github.com/vrischmann/zig-sqlite" } ]
s3db.zig <a></a> <a></a> <a></a> <a></a> Zig wrapper lib/sample for SQLite/Go extension that stores tables in an S3-compatible object store usage <em>build.zig</em> <code>zig ... exe.root_module.addImport("s3db", b.dependency("s3db", .{}).module("s3db")); b.installArtifact(exe);</code> <em>import</em> ```zig const ...
[]
https://avatars.githubusercontent.com/u/87042451?v=4
zig-wayland-client
voidstar240/zig-wayland-client
2024-08-31T08:23:27Z
A Zig native wayland client library
main
0
1
0
1
https://api.github.com/repos/voidstar240/zig-wayland-client/tags
MIT
[ "zig-package" ]
491
false
2024-10-13T03:21:37Z
true
true
unknown
github
[]
Zig Wayland Client A zig native wayland client library. This library is not designed to identically replicate the functionality of the lib-wayland-client library from the mainline wayland project. This is instead a new take on interfacing with wayland by focusing on the primitives of the wayland protocol. For in dept...
[]
https://avatars.githubusercontent.com/u/194645670?v=4
bimg
InteractiveBin/bimg
2025-01-16T06:17:00Z
Image library.
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/bimg/tags
BSD-2-Clause
[ "zig", "zig-package" ]
3,576
true
2025-01-20T08:49:17Z
true
true
unknown
github
[ { "commit": "23d892161557c20d085a84bd51f59759ebcb2c89", "name": "bx", "tar_url": "https://github.com/InteractiveBin/bx/archive/23d892161557c20d085a84bd51f59759ebcb2c89.tar.gz", "type": "remote", "url": "https://github.com/InteractiveBin/bx" } ]
bimg Image library. <a></a> <a></a> Contact <a>@bkaradzic</a> Project page https://github.com/bkaradzic/bimg <a>License (BSD 2-clause)</a> <a target="_blank"> </a> <code>Copyright 2010-2025 Branimir Karadzic Redistribution and use in source and binary forms, with or without modification, are permitted provi...
[ "https://github.com/InteractiveBin/bgfx" ]
https://avatars.githubusercontent.com/u/57322933?v=4
CoreX
griush/CoreX
2025-01-16T22:10:02Z
CoreX Framework
main
0
1
0
1
https://api.github.com/repos/griush/CoreX/tags
MIT
[ "game-development", "game-engine", "gamedev", "zig", "zig-package" ]
4,047
false
2025-01-30T19:15:15Z
true
true
unknown
github
[ { "commit": null, "name": "mach-glfw", "tar_url": null, "type": "remote", "url": "https://pkg.machengine.org/mach-glfw/affdd6ae6f2ac2c3b9162784bdad345c561eeeea.tar.gz" }, { "commit": "1c901bef6d312ef1814b8fce3c5a9e9e8e61ac2d", "name": "zigglgen", "tar_url": "https://github.com/ca...
CoreX CoreX framework
[]
https://avatars.githubusercontent.com/u/8630600?v=4
unitz
agagniere/unitz
2024-11-19T20:43:14Z
For when you don't want your probe crashing in Mars' atmosphere
master
0
1
0
1
https://api.github.com/repos/agagniere/unitz/tags
MIT
[ "physics", "zig-package" ]
26
false
2025-05-12T21:34:51Z
true
true
0.14.0
github
[ { "commit": "master", "name": "comath", "tar_url": "https://github.com/InKryption/comath/archive/master.tar.gz", "type": "remote", "url": "https://github.com/InKryption/comath" } ]
Unitz Achieve compile-time unit correctness and avoid runtime surprises. Showcase Use units as types, to document your functions, and convert to units of the same dimension: ```zig const units = @import("unitz").quantities(f32); const m = units.meter; const s = units.second; const kt = units.knot; const @"km/h" = ...
[]
https://avatars.githubusercontent.com/u/231785?v=4
ezcaper
mnemnion/ezcaper
2024-11-22T23:17:19Z
ezcape z ztrings
trunk
0
1
0
1
https://api.github.com/repos/mnemnion/ezcaper/tags
MIT
[ "escaping", "repr", "strings", "zig", "zig-package" ]
34
false
2025-05-22T02:26:05Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "runerip", "tar_url": "https://github.com/mnemnion/runerip/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/mnemnion/runerip" } ]
Ezcaper A simple library for escaping strings and codepoints in format printing. Purpose Debugging and logging, among other uses, often want to print a string in the style of a source-code string. Zig has <a>std.zig.stringEscape</a>, but this escapes all non-ASCII input using <code>\xXX</code>-style escape sequence...
[ "https://github.com/mnemnion/obelizmo" ]
https://avatars.githubusercontent.com/u/87294692?v=4
ayc-jsoncpp
vspefs/ayc-jsoncpp
2025-01-11T06:28:22Z
jsoncpp C++ library (not a binding!) as a fetch-able Zig package.
master
0
1
0
1
https://api.github.com/repos/vspefs/ayc-jsoncpp/tags
GPL-3.0
[ "json", "jsoncpp", "zig-package" ]
18
false
2025-03-13T11:19:01Z
true
true
unknown
github
[ { "commit": "037752d9a1e48c8b7e5a62ee895a352166df03e3", "name": "src", "tar_url": "https://github.com/open-source-parsers/jsoncpp/archive/037752d9a1e48c8b7e5a62ee895a352166df03e3.tar.gz", "type": "remote", "url": "https://github.com/open-source-parsers/jsoncpp" }, { "commit": null, "...
I build jsoncpp with Zig build system. You fetch it and use it in your Zig build system. Doesn't support using amalgamated source. It can easily be done by exposing a function at build.zig level, but I'm lazy. If you want an object library, get the public module "sources" and build it yourself. Should be NOT working ...
[]
https://avatars.githubusercontent.com/u/48999343?v=4
abcrypt-zig
sorairolake/abcrypt-zig
2024-12-13T15:56:54Z
A simple, modern and secure file encryption library for Zig
develop
0
1
1
1
https://api.github.com/repos/sorairolake/abcrypt-zig/tags
Apache-2.0
[ "abcrypt", "abcrypt-encryption", "argon2", "argon2id", "blake2", "blake2b", "chacha20", "chacha20-poly1305", "encryption", "poly1305", "xchacha20", "xchacha20-poly1305", "zig", "zig-library", "zig-package", "ziglang" ]
70
false
2025-05-14T10:56:49Z
true
true
0.14.0
github
[]
abcrypt-zig <a></a> <strong>abcrypt-zig</strong> is an implementation of the <a>abcrypt encrypted data format</a>. This package supports version 1 of the abcrypt format. Usage Add this package to your <code>build.zig.zon</code>: <code>sh zig fetch --save git+https://github.com/sorairolake/abcrypt-zig.git</code>...
[]
https://avatars.githubusercontent.com/u/184568612?v=4
zouter
zigzedd/zouter
2024-10-10T22:11:55Z
[MIRROR] Zig HTTP router library.
main
0
1
0
1
https://api.github.com/repos/zigzedd/zouter/tags
MIT
[ "router", "routing", "routing-engine", "zap", "zig", "zig-library", "zig-package" ]
33
false
2025-04-12T10:35:18Z
true
true
0.14.0
github
[ { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" } ]
<a> </a> Zouter <a>Documentation</a> | <a>API</a> Zig HTTP router library Zouter is part of <a><em>zedd</em></a>, a collection of useful libraries for zig. Zouter for zap <em>Zouter</em> is an HTTP router library for Zig <strong>zap</strong> HTTP ...
[]
https://avatars.githubusercontent.com/u/46655455?v=4
zig_colored_logger
4zv4l/zig_colored_logger
2024-09-24T02:51:29Z
Simple colored logger for the std.log.LogFn
main
0
1
0
1
https://api.github.com/repos/4zv4l/zig_colored_logger/tags
MIT
[ "zig-package" ]
9
false
2025-01-24T05:58:20Z
true
true
unknown
github
[ { "commit": "c9327827352354da246733e97535754ced64def8", "name": "chameleon", "tar_url": "https://github.com/tr1ckydev/chameleon/archive/c9327827352354da246733e97535754ced64def8.tar.gz", "type": "remote", "url": "https://github.com/tr1ckydev/chameleon" } ]
zig_colored_logger Simple colored logger for the std.log.LogFn Usage To add the project in your <code>build.zig.zon</code>: <code>zig fetch --save git+https://github.com/4zv4l/zig_colored_logger</code> Then and this in <code>build.zig</code>: <code>rs const colored_logger = b.dependency("colored_logger", .{ .proj...
[]
https://avatars.githubusercontent.com/u/184568612?v=4
zrm
zigzedd/zrm
2024-10-16T12:32:16Z
[MIRROR] Zig relational mapper.
main
0
1
0
1
https://api.github.com/repos/zigzedd/zrm/tags
MIT
[ "database", "mapper", "model", "orm", "relationships", "zig", "zig-library", "zig-package" ]
299
false
2025-01-14T10:52:47Z
true
true
0.13.0
github
[ { "commit": null, "name": "zollections", "tar_url": null, "type": "remote", "url": "https://code.zeptotech.net/zedd/zollections/archive/v0.1.1.tar.gz" }, { "commit": "master", "name": "pg", "tar_url": "https://github.com/karlseguin/pg.zig/archive/master.tar.gz", "type": "remo...
<a> </a> ZRM <a>Documentation</a> | <a>API</a> Zig relational mapper ZRM is part of <a><em>zedd</em></a>, a collection of useful libraries for zig. ZRM <em>ZRM</em> provides a simple interface to relational databases in Zig. Define your repositori...
[]
https://avatars.githubusercontent.com/u/51416554?v=4
glaze
hendriknielaender/glaze
2024-12-31T16:37:38Z
🍩 cli kit
main
3
1
0
1
https://api.github.com/repos/hendriknielaender/glaze/tags
MIT
[ "ansi", "ansi-escape-codes", "cli", "color", "console", "terminal", "zig", "zig-package" ]
282
false
2025-01-09T21:04:57Z
false
false
unknown
github
[]
<blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> Still work in progress. </blockquote> Terminal string styling. [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.co...
[]
https://avatars.githubusercontent.com/u/2242?v=4
uri-template
softprops/uri-template
2024-10-07T03:26:38Z
a zig uri template (rfc6570) implementation
main
0
1
0
1
https://api.github.com/repos/softprops/uri-template/tags
MIT
[ "uri-template", "zig-library", "zig-package" ]
14
false
2025-04-15T02:42:32Z
true
true
0.13.0
github
[ { "commit": "refs", "name": "benchmark", "tar_url": "https://github.com/silversquirl/benchmark.zig/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/silversquirl/benchmark.zig" } ]
zig uri template Zig library for <a>URI Templating</a> <a></a> <a></a> examples See examples directory 📼 installing Create a new exec project with <code>zig init</code> then update <code>build.zig.zon</code> by running. <code>sh zig fetch --save https://github.com/softprops/uri-template/archiv...
[]
https://avatars.githubusercontent.com/u/194645670?v=4
bgfx
InteractiveBin/bgfx
2025-01-16T04:59:31Z
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/bgfx/tags
BSD-2-Clause
[ "zig", "zig-package" ]
276,217
true
2025-01-20T08:51:43Z
true
true
unknown
github
[ { "commit": "23d892161557c20d085a84bd51f59759ebcb2c89", "name": "bx", "tar_url": "https://github.com/InteractiveBin/bx/archive/23d892161557c20d085a84bd51f59759ebcb2c89.tar.gz", "type": "remote", "url": "https://github.com/InteractiveBin/bx" }, { "commit": "9e05c85a5a2a684f964dd3a4ba9d852...
<a>bgfx</a> - Cross-platform rendering library <a>What is it?</a> - <a>Building</a> - <a>Getting Involved</a> - <a>Examples</a> - <a>API Reference</a> - <a>Tools</a> - <a>Who is using it?</a> - <a>License</a> <a></a> <a></a> <a></a> <ul> <li><a>GitHub Discussions</a></li> <li><...
[ "https://github.com/jerome-trc/viletech-2022" ]
https://avatars.githubusercontent.com/u/130330524?v=4
otimorm
takuma-shishido/otimorm
2024-10-30T22:50:34Z
library for PostgreSQL ORM written in zig 🔥
develop
0
1
0
1
https://api.github.com/repos/takuma-shishido/otimorm/tags
-
[ "database", "orm", "postgresql", "zig", "zig-package" ]
38
false
2024-11-04T17:35:35Z
true
true
unknown
github
[ { "commit": "master", "name": "pg", "tar_url": "https://github.com/karlseguin/pg.zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/pg.zig" } ]
otimorm <blockquote> <span class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">IMPORTANT</span> <strong>This project is still under development and there are bugs</strong> If you find a bug, please open an issue. I will fix it as soon as possible. </...
[]
https://avatars.githubusercontent.com/u/20770505?v=4
zdsa
Jafagervik/zdsa
2025-01-29T19:25:21Z
Data structures in zig
main
2
1
0
1
https://api.github.com/repos/Jafagervik/zdsa/tags
MIT
[ "dsa", "zig", "zig-package" ]
26
false
2025-02-02T15:48:50Z
true
true
0.13.0
github
[]
ZDSA - Zig Data structures and algorithms Goal To create a simple collection of DSAs for further use All should be generic Usage ```zig const std = @import("std"); const zdsa = @import("zdsa"); const Stack = zdsa.Stack; pub fn main() !void { var gpa = std.heap.GeneralPurposeAllocator(.{}){}; defer _ = gpa...
[]
https://avatars.githubusercontent.com/u/13835680?v=4
fn
reykjalin/fn
2025-02-02T06:10:24Z
Editor backend and TUI editor written in Zig
main
0
1
0
1
https://api.github.com/repos/reykjalin/fn/tags
MIT
[ "editor", "tui", "zig", "zig-package" ]
264
false
2025-05-21T04:29:56Z
true
true
0.14.0
github
[]
❄️ libfn <a></a> <a></a> If you're looking for the editor, you can find that in the <a>./tui</a> folder. <code>libfn</code> is an editor engine that I'm working on for fun. It's currently used to power my toy editor project <a>Fönn</a>. If you're working on a Zig project and want to play around with the library its...
[]
https://avatars.githubusercontent.com/u/100683661?v=4
Lean
ANDRVV/Lean
2024-11-28T18:56:43Z
⚡ Blazing fast scientific computing library for Zig
main
0
1
0
1
https://api.github.com/repos/ANDRVV/Lean/tags
MIT
[ "computing", "linear-algebra", "math", "thread", "zig", "zig-package", "ziglang" ]
53
false
2025-04-07T18:22:34Z
true
true
0.0.1
github
[]
Documentation coming soon, you can use this version from self-reading. Consider using <code>test.zig</code> to understand how to use <strong>Lean</strong>.
[]
https://avatars.githubusercontent.com/u/194645670?v=4
imgui
InteractiveBin/imgui
2025-01-16T15:16:11Z
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/imgui/tags
MIT
[ "zig", "zig-package" ]
57,370
true
2025-01-20T08:44:54Z
true
true
unknown
github
[]
404
[ "https://github.com/JamWils/zig-graphics-experiments", "https://github.com/ashpil/moonshine", "https://github.com/fjebaker/zig-sokol-imgui-wasm", "https://github.com/kassane/sokol-d", "https://github.com/zoeesilcock/gamedev-playground" ]
https://avatars.githubusercontent.com/u/87294692?v=4
ayc-libuv
vspefs/ayc-libuv
2025-01-10T14:32:48Z
libuv C library (not a binding!) as a fetch-able Zig package.
master
0
1
0
1
https://api.github.com/repos/vspefs/ayc-libuv/tags
GPL-3.0
[ "libuv", "zig-package" ]
16
false
2025-02-19T09:22:27Z
true
true
unknown
github
[ { "commit": "e59e2a9e49c96feffebdfd44915320e32a91a957", "name": "src", "tar_url": "https://github.com/libuv/libuv/archive/e59e2a9e49c96feffebdfd44915320e32a91a957.tar.gz", "type": "remote", "url": "https://github.com/libuv/libuv" } ]
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 <code>_GNU_SOURCE</code> on Linux. As you could possibly guess,...
[]
https://avatars.githubusercontent.com/u/193194175?v=4
spinlock
frostium-project/spinlock
2025-01-07T11:37:50Z
A simple spinlock in Zig
dev
0
1
1
1
https://api.github.com/repos/frostium-project/spinlock/tags
MIT
[ "zig-package" ]
6
false
2025-04-27T10:45:34Z
true
true
0.14.0
github
[]
spinlock A simple spinlock in zig, with the same API as <a>std.Thread.Mutex</a>. Use this only if you NEED a spinlock, use a proper mutex with OS blessings otherwise. Usage First, add the package to your build.zig.zon: <code>zig fetch --save git+https://github.com/frostium-project/spinlock#dev</code> Then, add the f...
[]
https://avatars.githubusercontent.com/u/20770505?v=4
zybel
Jafagervik/zybel
2025-01-24T15:49:19Z
AI/ML library in the making, all written in zig
main
1
1
0
1
https://api.github.com/repos/Jafagervik/zybel/tags
MIT
[ "ai", "dl", "dnn", "ml", "zig-library", "zig-package" ]
41
false
2025-01-31T03:39:50Z
true
true
0.13.0
github
[]
<blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> <strong>zybel</strong> is still WIP. <strong>Breaking changes</strong> may occur </blockquote> Zinyn - ML and AI made possible for fun Goal Create a framewor...
[]
https://avatars.githubusercontent.com/u/194645670?v=4
JoltPhysics
InteractiveBin/JoltPhysics
2025-01-15T23:26:38Z
A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/JoltPhysics/tags
MIT
[ "zig", "zig-package" ]
22,187
true
2025-01-20T08:45:09Z
true
true
unknown
github
[]
<a></a> <a></a> <a></a> <a></a> <a></a> <a></a> Jolt Physics A multi core friendly rigid body physics and collision detection library. Suitable for games and VR applications. Used by Horizon Forbidden West. <a></a> |<a></a>| |:-| |<em>A YouTube video showing a ragdoll pile simulated with Jolt Physics.</em>| For mo...
[]
https://avatars.githubusercontent.com/u/46907231?v=4
EmbedFile.zig
robbielyman/EmbedFile.zig
2024-12-31T19:43:21Z
an extension to the Zig build system to programmatically collect assets
main
0
1
0
1
https://api.github.com/repos/robbielyman/EmbedFile.zig/tags
MIT
[ "zig", "zig-build", "zig-package" ]
17
false
2025-03-28T21:30:59Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/856194?v=4
zig-squarified
deevus/zig-squarified
2025-01-02T09:47:30Z
null
main
0
0
0
0
https://api.github.com/repos/deevus/zig-squarified/tags
-
[ "zig-package" ]
37
false
2025-01-05T08:34:42Z
true
true
unknown
github
[ { "commit": "master", "name": "raylib-zig", "tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/Not-Nik/raylib-zig" } ]
zig-squarified <strong>A library for generating squarified treemap layouts in Zig.</strong> Demo <code>zig build run</code> Runs a basic Raylib demo that displays a treemap. Install as a Zig package <code>zig fetch git+https://github.com/deevus/zig-squarified.git --save=squarified</code> Import as a dependency i...
[]
https://avatars.githubusercontent.com/u/80978939?v=4
tasai-zig
Didas-git/tasai-zig
2025-01-07T20:17:39Z
A set of tools for dealing with the terminal.
main
1
0
0
0
https://api.github.com/repos/Didas-git/tasai-zig/tags
-
[ "zig", "zig-library", "zig-package", "ziglang" ]
228
false
2025-02-11T22:54:00Z
true
true
0.13.0
github
[]
Tasai Tasai is a zig library that provides multiple comptime utilities to colorize your terminal messages, logs, and much more, if it supports <a>ANSI escape codes</a> then tasai will work. Let's make our terminals more colorful (多彩). If you are looking for the javascript/typescript version, it can be found <a>here<...
[]
https://avatars.githubusercontent.com/u/184568612?v=4
zollections
zigzedd/zollections
2024-10-11T09:17:44Z
[MIRROR] Zig collections library.
main
0
0
0
0
https://api.github.com/repos/zigzedd/zollections/tags
MIT
[ "collections", "zig", "zig-library", "zig-package" ]
11
false
2025-01-08T22:24:08Z
true
true
0.13.0
github
[]
<a> </a> Zollections <a>Documentation</a> | <a>API</a> Zig collections library Zollections is part of <a><em>zedd</em></a>, a collection of useful libraries for zig. Zollections <em>Zollections</em> is a collections library for Zig. It's made to e...
[ "https://github.com/zigzedd/zrm" ]
https://avatars.githubusercontent.com/u/75046310?v=4
espeak-ng-zig
sweetbbak/espeak-ng-zig
2025-01-13T21:34:11Z
rhasspy phonemize fork of espeak-ng built using the Zig build system
main
0
0
0
0
https://api.github.com/repos/sweetbbak/espeak-ng-zig/tags
-
[ "espeak", "espeak-ng", "phonemes", "tts", "zig", "zig-package" ]
5
false
2025-01-24T06:03:40Z
true
true
unknown
github
[ { "commit": "0f65aa301e0d6bae5e172cc74197d32a6182200f.zip", "name": "espeak-ng", "tar_url": "https://github.com/rhasspy/espeak-ng/archive/0f65aa301e0d6bae5e172cc74197d32a6182200f.zip.tar.gz", "type": "remote", "url": "https://github.com/rhasspy/espeak-ng" } ]
The <a>rhasspy/espeak-ng</a> library packaged for the Zig build system. This build doesn't compile any of the async, audio or ucd tools and features. It is mainly used for phonemizing text. Changes in Fork Add espeak_TextToPhonemesWithTerminator function that allows getting phonemes with punctuation type back (see p...
[]
https://avatars.githubusercontent.com/u/179981696?v=4
zig-zip
ziglana/zig-zip
2024-11-10T06:04:31Z
🦕 zig.zip - immutable zig package registry
main
0
0
0
0
https://api.github.com/repos/ziglana/zig-zip/tags
MIT
[ "package", "package-registry", "zig-package", "zpm" ]
7,702
true
2024-11-10T06:05:20Z
false
false
unknown
github
[]
404
[]