add littlefs (#2810)

This commit is contained in:
Ryan McConnell 2024-02-07 02:56:16 -05:00 committed by GitHub
parent ef89b845e6
commit 6f88cde376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,18 @@
[
{
"name": "littlefs",
"url": "https://github.com/Graveflo/nim-littlefs.git",
"method": "git",
"tags": [
"littlefs",
"embeded",
"filesystem",
"fuse"
],
"description": "API and bindings for littlefs. Includes a fuse implementation.",
"license": "BSD-3-Clause-1",
"web": "https://github.com/Graveflo/nim-littlefs"
},
{
"name": "mutf8",
"url": "https://github.com/Nimberite-Development/ModernNet",