Skip to content

Commit

Permalink
add: ferrite, icu4nim and kaleidoscope (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak authored Jan 23, 2025
1 parent 2c33f18 commit d958500
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit d958500

Please sign in to comment.