Skip to content

Commit 929e646

Browse files
committed
update kobolds-io/stdx link
1 parent 2503d74 commit 929e646

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
This repository lists "awesome" projects written in Zig, maintained by [ZigCC community](https://ziglang.cc).
44

5-
> [!IMPORTANT]
6-
> The word "awesome" does not signify stability; instead, it might suggest something is somewhat old-fashioned or lacking novelty. Hence, exercise caution.
5+
> [!IMPORTANT] The word "awesome" does not signify stability; instead, it might suggest something is somewhat old-fashioned or lacking novelty. Hence, exercise caution.
76
87
## Contributing
98

@@ -164,7 +163,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
164163
- [deckarep/ziglang-set](https://github.com/deckarep/ziglang-set) : A generic and general purpose Set implementation for the Zig language.
165164
- [yamafaktory/hypergraphz](https://github.com/yamafaktory/hypergraphz) : HypergraphZ - A Hypergraph Implementation in Zig.
166165
- [williamw520/toposort](https://github.com/williamw520/toposort) : Topological sort library that produces topological ordered nodes and dependence-free subsets.
167-
- [kobolds-io/stdx](https://github.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
166+
- [kobolds-io/stdx](https://gitlab.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
168167
- [CogitatorTech/ordered](https://github.com/CogitatorTech/ordered): A sorted collection library (sorted sets and sorted maps) for Zig
169168

170169
## String Processing
@@ -402,8 +401,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
402401
- [intrusive](https://github.com/kassane/intrusive): Boost.org intrusive module
403402
- [range](https://github.com/kassane/range-v3): Range library for C++14/17/20, basis for C++20's std::ranges
404403
- [zig-libxml2](https://github.com/kassane/zig-libxml2): libxml2 built using Zig build system
405-
- [benchmark](https://github.com/kassane/benchmark): A microbenchmark support library
406-
First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-been-zigged/1785).
404+
- [benchmark](https://github.com/kassane/benchmark): A microbenchmark support library First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-been-zigged/1785).
407405
- [libffi](https://github.com/alexrp/libffi): libffi with a Zig build script.
408406
- [boring_tls](https://github.com/Thomvanoorschot/boring_tls): Google's BoringTLS client and server. Adds TLS to any (including non standard library) TCP/HTTP traffic
409407

@@ -422,7 +420,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
422420
## Scientific Computation
423421

424422
- ### Linear Algebra
425-
426423
- [kooparse/zalgebra](https://github.com/kooparse/zalgebra) : Linear algebra library for games and real-time graphics.
427424
- [ziglibs/zlm](https://github.com/ziglibs/zlm) : Zig linear mathematics.
428425
- [omaraaa/VecFns](https://github.com/omaraaa/VecFns) : Automatic Vector Math Functions In Zig.
@@ -450,7 +447,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
450447
- [SilasMarvin/dnns from scratch in zig](https://github.com/SilasMarvin/dnns-from-scratch-in-zig) : a very simple implementation of deep neural networks written in the Zig programming language. https://silasmarvin.dev/dnns-from-scratch-in-zig
451448

452449
- ### Large Language Model
453-
454450
- [ollama-zig](https://github.com/dravenk/ollama-zig) : Ollama Zig library.
455451
- [llama.cpp](https://github.com/ggerganov/llama.cpp) : Inference of [LLaMA](https://github.com/facebookresearch/llama) model in pure C/C++.
456452
- [cgbur/llama2.zig](https://github.com/cgbur/llama2.zig) : Inference Llama 2 in one file of pure Zig.

0 commit comments

Comments
 (0)