aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-01-14 15:09:27 +0000
committerGitHub <noreply@github.com>2018-01-14 15:09:27 +0000
commit80db54bbbd61e3fbcee58071b59d8ab86cf9df55 (patch)
tree0548e1a45a6251ea44d4d63363b98f1a911e9ba8
parentcd6725c919fd42ebd0a3edf6a330b9ac5016b2d5 (diff)
parentcd6bc8008bdb7bc180e2a66d3410312a895d669d (diff)
downloadpackages-80db54bbbd61e3fbcee58071b59d8ab86cf9df55.tar.gz
packages-80db54bbbd61e3fbcee58071b59d8ab86cf9df55.zip
Merge pull request #642 from genotrance/add-libsvm0141
Add package libsvm
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]