From cd6bc8008bdb7bc180e2a66d3410312a895d669d Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Sat, 13 Jan 2018 19:41:21 -0600 Subject: [PATCH] Added package libsvm --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 57f47a7..67868a3 100644 --- a/packages.json +++ b/packages.json @@ -7986,5 +7986,18 @@ "description": "Common unicode operations", "license": "MIT", "web": "https://github.com/nitely/nim-unicodeplus" + }, + { + "name": "libsvm", + "url": "https://github.com/genotrance/libsvm", + "method": "git", + "tags": [ + "scientific", + "svm", + "vector" + ], + "description": "libsvm wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/libsvm" } ]