From 45b0b29b86aca2f57f3db6b5c9d1789840709c44 Mon Sep 17 00:00:00 2001 From: Bruno Massa Date: Thu, 28 May 2026 11:58:36 -0300 Subject: [PATCH 1/2] feat: added liquidz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cebc37a..d0822cc 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [im-ng/zero](https://github.com/im-ng/zero) - Simple and opinionated web framework written in Zig and aims to make microservices development in Zig easier. - [GuneshRaj/zigar](https://github.com/GuneshRaj/zigar) - Zigar is a web application framework for Zig that supports ASP / JSP-like template syntax with ASP-style tags. - [llllOllOOll/spider](https://github.com/llllOllOOll/spider) - A web framework for Zig with a focus on ergonomics and performance. +- [brmassa/liquidz](https://github.com/brmassa/liquidz) - A [Liquid template language](https://shopify.github.io/liquid/) implementation in Zig. ### Web3 Framework From 07b71a4ca2de1dac71aebab3926d10493eab4ef7 Mon Sep 17 00:00:00 2001 From: Bruno Massa Date: Thu, 28 May 2026 12:04:14 -0300 Subject: [PATCH 2/2] fix: point to gitlab.com instead github.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0822cc..cfdc324 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [im-ng/zero](https://github.com/im-ng/zero) - Simple and opinionated web framework written in Zig and aims to make microservices development in Zig easier. - [GuneshRaj/zigar](https://github.com/GuneshRaj/zigar) - Zigar is a web application framework for Zig that supports ASP / JSP-like template syntax with ASP-style tags. - [llllOllOOll/spider](https://github.com/llllOllOOll/spider) - A web framework for Zig with a focus on ergonomics and performance. -- [brmassa/liquidz](https://github.com/brmassa/liquidz) - A [Liquid template language](https://shopify.github.io/liquid/) implementation in Zig. +- [brmassa/liquidz](https://gitlab.com/brmassa/liquidz) - A [Liquid template language](https://shopify.github.io/liquid/) implementation in Zig. ### Web3 Framework