From 2f1f78014357145fdc50ed28a8f444de6389355e Mon Sep 17 00:00:00 2001 From: bptato <60043228+bptato@users.noreply.github.com> Date: Tue, 4 Jun 2024 03:35:53 +0200 Subject: [PATCH] Add Chame, Chagashi, Monoucha (#2887) * Add Chame * Add Chagashi * Add Monoucha --- packages.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/packages.json b/packages.json index 61bab61..edf7f26 100644 --- a/packages.json +++ b/packages.json @@ -33573,5 +33573,47 @@ "description": "Common utils for Nimscript", "license": "MIT", "web": "https://github.com/FyraLabs/nimsutils" + }, + { + "name": "chame", + "url": "https://git.sr.ht/~bptato/chame", + "method": "git", + "tags": [ + "html", + "html5", + "parser" + ], + "description": "Standards-compliant HTML5 parser in Nim", + "license": "Unlicense", + "web": "https://chawan.net/doc/chame/" + }, + { + "name": "chagashi", + "url": "https://git.sr.ht/~bptato/chagashi", + "method": "git", + "tags": [ + "encoding", + "charset", + "encode", + "decode" + ], + "description": "Implementation of the WHATWG-specified text encoders and decoders", + "license": "Unlicense", + "web": "https://git.sr.ht/~bptato/chagashi" + }, + { + "name": "monoucha", + "url": "https://git.sr.ht/~bptato/monoucha", + "method": "git", + "tags": [ + "quickjs", + "javascript", + "js", + "wrapper", + "bindings" + ], + "description": "High-level wrapper for QuickJS", + "license": "MIT & Unlicense", + "web": "https://git.sr.ht/~bptato/monoucha" } ]