From ada86c481e9de302229444802b0f911f74b43ed1 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Sat, 10 Dec 2022 23:30:51 -0500 Subject: [PATCH] Add parazoa (#2424) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 4cf1eff..0a611f5 100644 --- a/packages.json +++ b/packages.json @@ -18080,6 +18080,17 @@ "description": "A vim-based editor", "license": "Public Domain" }, + { + "name": "parazoa", + "url": "https://github.com/paranim/parazoa", + "method": "git", + "tags": [ + "immutable", + "persistent" + ], + "description": "Immutable, persistent data structures", + "license": "Public Domain" + }, { "name": "sqlite3_abi", "url": "https://github.com/arnetheduck/nim-sqlite3-abi",