From 18561258d8840c3a46df43af19743fab9fe77ab8 Mon Sep 17 00:00:00 2001 From: Solitude Date: Tue, 7 May 2019 19:41:23 +0300 Subject: [PATCH] Add package shlex (#1077) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]