From c97641a96a3f096a0a53cb7539397a3a7276c84d Mon Sep 17 00:00:00 2001 From: metagn Date: Fri, 27 Sep 2024 16:37:28 +0300 Subject: [PATCH] Add package manta (#2939) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index b176637..575f72c 100644 --- a/packages.json +++ b/packages.json @@ -34058,5 +34058,22 @@ "description": "Ollama API client library.", "license": "MIT", "web": "https://monofuel.github.io/llama_leap/" + }, + { + "name": "manta", + "url": "https://github.com/metagn/manta", + "method": "git", + "tags": [ + "array", + "length", + "runtime", + "seq", + "destructor", + "arc", + "orc" + ], + "description": "runtime array types with destructors", + "license": "MIT", + "web": "https://github.com/metagn/manta" } ]