Add package shlex (#1077)

This commit is contained in:
Solitude 2019-05-07 19:41:23 +03:00 committed by Miran
parent e0318de63b
commit 18561258d8

View File

@ -13273,5 +13273,19 @@
"description": "Small wrapper for SystemVerilog DPI-C header svdpi.h",
"license": "MIT",
"web": "https://github.com/kaushalmodi/nim-svdpi"
},
{
"name": "shlex",
"url": "https://github.com/SolitudeSF/shlex",
"method": "git",
"tags": [
"shlex",
"shell",
"parse",
"split"
],
"description": "Library for splitting a string into shell words",
"license": "MIT",
"web": "https://github.com/SolitudeSF/shlex"
}
]