diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-02-09 13:05:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-09 13:05:35 +0100 |
| commit | 532d1c712f7088b9c86de2d33441f527c44b331a (patch) | |
| tree | 19a2c7a1efcc049cc06d55714f3bec6dccbcb00c | |
| parent | 6df72418f937459226a0ea14bf7f27affdcec06a (diff) | |
| parent | 519f9de4d56766014cc09fb9b64765168b17836d (diff) | |
| download | packages-532d1c712f7088b9c86de2d33441f527c44b331a.tar.gz packages-532d1c712f7088b9c86de2d33441f527c44b331a.zip | |
Merge pull request #468 from h4xhor/master
Added dpdk
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b9ebf22..af84435 100644 --- a/packages.json +++ b/packages.json @@ -5892,5 +5892,19 @@ "description": "Library for decompressing tar.gz files.", "license": "MIT", "web": "https://github.com/dom96/untar" + }, + { + "name": "dpdk", + "url": "https://github.com/nimscale/dpdk", + "method": "git", + "tags": [ + "library", + "dpdk", + "packet", + "processing" + ], + "description": "Library for fast packet processing", + "license": "Apache License 2.0", + "web": "http://dpdk.org/" } ] |
