aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-30 14:17:53 +0100
committerGitHub <noreply@github.com>2018-03-30 14:17:53 +0100
commit54e47545f073644b58e025497bd71f669df751ef (patch)
tree148606f3af3e792f39fdd5e20b8adc60aedeaafc /packages.json
parente10005ec895d1b7da3d20baad1a1fe65a6f6b230 (diff)
parent120b02afd72b9b0f236615b96338bb0838755659 (diff)
downloadpackages-54e47545f073644b58e025497bd71f669df751ef.tar.gz
packages-54e47545f073644b58e025497bd71f669df751ef.zip
Merge pull request #693 from davidgarland/add-sol2237
Add package sol
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"
}
]