From b5950a1f44fc8c62cda3684bae273089515c2301 Mon Sep 17 00:00:00 2001 From: metagn Date: Sat, 26 Oct 2024 13:31:09 +0300 Subject: [PATCH] Add package froth (#2942) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 31f5d32f..4a8ee640 100644 --- a/packages.json +++ b/packages.json @@ -34103,5 +34103,21 @@ "description": "buju (布局) is a simple layout engine, based on layout.h", "license": "MIT", "web": "https://github.com/haoyu234/buju" + }, + { + "name": "froth", + "url": "https://github.com/metagn/froth", + "method": "git", + "tags": [ + "pointer", + "taggedpointer", + "pointertag", + "library", + "memory", + "optimization" + ], + "description": "tagged pointer types with destructors", + "license": "MIT", + "web": "https://github.com/metagn/froth" } ]