diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-30 14:17:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-30 14:17:53 +0100 |
| commit | 54e47545f073644b58e025497bd71f669df751ef (patch) | |
| tree | 148606f3af3e792f39fdd5e20b8adc60aedeaafc /packages.json | |
| parent | e10005ec895d1b7da3d20baad1a1fe65a6f6b230 (diff) | |
| parent | 120b02afd72b9b0f236615b96338bb0838755659 (diff) | |
| download | packages-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.json | 18 |
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" } ] |
