Added package sol

This commit is contained in:
davidgarland 2018-03-29 17:37:20 -05:00
parent e10005ec89
commit 120b02afd7

View File

@ -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"
}
]