diff options
| author | Rostyslav Ivasiv <rivasiv@gmail.com> | 2017-02-13 17:08:53 +0200 |
|---|---|---|
| committer | Rostyslav Ivasiv <rivasiv@gmail.com> | 2017-02-13 17:08:53 +0200 |
| commit | 11206fd2b35fde9933059964713a460728456bf2 (patch) | |
| tree | 25de8ee568c1163c73ce92614393fef641d2de2a | |
| parent | 46f2216d1747b5dc6a14c586193daaecd1e07f78 (diff) | |
| download | packages-11206fd2b35fde9933059964713a460728456bf2.tar.gz packages-11206fd2b35fde9933059964713a460728456bf2.zip | |
Added SPDK set of tools and libraries.
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0acd794..fdd508c 100644 --- a/packages.json +++ b/packages.json @@ -5931,5 +5931,20 @@ "description": "A library to operate serial ports using pure Nim.", "license": "BSD3", "web": "https://github.com/euantorano/serialport.nim" + }, + { + "name": "libspdk", + "url": "https://github.com/nimscale/spdk.git", + "method": "git", + "tags": [ + "library", + "SSD", + "NVME", + "io", + "storage" + ], + "description": "The Storage Performance Development Kit(SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications.", + "license": "MIT", + "web": "https://github.com/nimscale/spdk.git" } ] |
