diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2018-02-17 17:57:31 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2018-02-17 17:57:31 +0000 |
| commit | 0b0e47fc0f6e15d60e88d15dab7f2694c20d4566 (patch) | |
| tree | b77c3b86c76d05732474a1a3b8934cf1bdbe26d3 | |
| parent | 3c446c05bdb25225ba639bccdac78313a8041972 (diff) | |
| download | packages-0b0e47fc0f6e15d60e88d15dab7f2694c20d4566.tar.gz packages-0b0e47fc0f6e15d60e88d15dab7f2694c20d4566.zip | |
Added joyent_http_parser and libsvm_legacy packages.
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 716806e..c1e917f 100644 --- a/packages.json +++ b/packages.json @@ -8141,5 +8141,31 @@ "description": "A dsl for writing macros in Nim", "license": "MIT", "web": "https://github.com/alehander42/breeze" + }, + { + "name": "joyent_http_parser", + "url": "https://github.com/nim-lang/joyent_http_parser", + "method": "git", + "tags": [ + "wrapper", + "library", + "parsing" + ], + "description": "Wrapper for high performance HTTP parsing library.", + "license": "MIT", + "web": "https://github.com/nim-lang/joyent_http_parser" + }, + { + "name": "libsvm_legacy", + "url": "https://github.com/nim-lang/libsvm_legacy", + "method": "git", + "tags": [ + "wrapper", + "library", + "scientific" + ], + "description": "Wrapper for libsvm.", + "license": "MIT", + "web": "https://github.com/nim-lang/libsvm_legacy" } ] |
