Added SPDK set of tools and libraries.

This commit is contained in:
Rostyslav Ivasiv 2017-02-13 17:08:53 +02:00
parent 46f2216d17
commit 11206fd2b3

View File

@ -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"
}
]