From d958500d189d4d136c372b95876475ed38b03baa Mon Sep 17 00:00:00 2001 From: Trayambak Rai Date: Thu, 23 Jan 2025 16:22:24 +0530 Subject: [PATCH] add: ferrite, icu4nim and kaleidoscope (#2975) --- packages.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/packages.json b/packages.json index 53457b2..1318020 100644 --- a/packages.json +++ b/packages.json @@ -34496,5 +34496,50 @@ "description": "Autogenerated sanitized steamworks Binds", "license": "MIT", "web": "https://github.com/bob16795/steamworksgen-nim" + }, + { + "name": "ferrite", + "url": "https://github.com/ferus-web/ferrite", + "method": "git", + "tags": [ + "unicode", + "UTF-16", + "UTF-8", + "encodings" + ], + "description": "A collection of utilities useful for implementing web standards", + "license": "MIT", + "web": "https://github.com/ferus-web/ferrite" + }, + { + "name": "icu4nim", + "url": "https://github.com/ferus-web/icu4nim", + "method": "git", + "tags": [ + "unicode", + "icu", + "timezones", + "i18n" + ], + "description": "Non-mature ICU 76.x bindings in Nim", + "license": "MIT", + "web": "https://github.com/ferus-web/icu4nim" + }, + { + "name": "kaleidoscope", + "url": "https://github.com/xTrayambak/kaleidoscope", + "method": "git", + "tags": [ + "simd", + "strutils", + "strings", + "avx", + "sse", + "non-mature", + "x86" + ], + "description": "Non-mature SIMD-accelerated drop-ins for std/strutils functions", + "license": "MIT", + "web": "https://github.com/xTrayambak/kaleidoscope" } ]