aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolitude <solitudesf@protonmail.com>2019-05-07 19:41:23 +0300
committerMiran <narimiran@disroot.org>2019-05-07 18:41:23 +0200
commit18561258d8840c3a46df43af19743fab9fe77ab8 (patch)
tree6c585de1558373f2907158cdd6584f0d9be6da4f
parente0318de63b242ade81814ab7b1101ea43b42f837 (diff)
downloadpackages-18561258d8840c3a46df43af19743fab9fe77ab8.tar.gz
packages-18561258d8840c3a46df43af19743fab9fe77ab8.zip
Add package shlex (#1077)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 16dddf9..251144b 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]