aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a863b41..325d0a6 100644
--- a/packages.json
+++ b/packages.json
@@ -8807,5 +8807,23 @@
"description": "Typelists in Nim",
"license": "MIT",
"web": "https://github.com/yglukhov/typelists"
+ },
+ {
+ "name": "sol",
+ "url": "https://github.com/davidgarland/sol",
+ "method": "git",
+ "tags": [
+ "c99",
+ "c11",
+ "c",
+ "vector",
+ "simd",
+ "avx",
+ "avx2",
+ "neon"
+ ],
+ "description": "A SIMD-accelerated vector library written in C99 with Nim bindings.",
+ "license": "MIT",
+ "web": "https://github.com/davidgarland/sol"
}
]