From 6710bd59d49fdd51812175bbc7048cf70d6063b7 Mon Sep 17 00:00:00 2001 From: Ward Date: Wed, 14 Dec 2022 11:34:20 +0800 Subject: [PATCH] Add tinyre (#2428) Add tinyre --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index cab8cc9..bb644d9 100644 --- a/packages.json +++ b/packages.json @@ -28148,5 +28148,17 @@ "description": "Cli tool to update the nimble version of a package.", "license": "MIT", "web": "https://github.com/philolo1/update_nimble_version" + }, + { + "name": "tinyre", + "url": "https://github.com/khchen/tinyre", + "method": "git", + "tags": [ + "re", + "regex" + ], + "description": "Tiny Regex Engine for Nim", + "license": "MIT", + "web": "https://github.com/khchen/tinyre" } ]