From 120b02afd72b9b0f236615b96338bb0838755659 Mon Sep 17 00:00:00 2001 From: davidgarland Date: Thu, 29 Mar 2018 17:37:20 -0500 Subject: [PATCH] Added package sol --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" } ]