From cc175ec92e80cfe5ebbec61d94ae5b134278853c Mon Sep 17 00:00:00 2001 From: lihaifeng <10214028@qq.com> Date: Mon, 8 Apr 2019 23:44:19 +0800 Subject: [PATCH] Update packages.json (#1050) Add `parseini` library. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2e8516b..b3c2d6c 100644 --- a/packages.json +++ b/packages.json @@ -13050,5 +13050,17 @@ "description": "Wrapper for the fswatch library.", "license": "GPL-3.0", "web": "https://github.com/FedericoCeratto/nim-fswatch" + }, + { + "name": "parseini", + "url": "https://github.com/lihf8515/parseini", + "method": "git", + "tags": [ + "parseini", + "nim" + ], + "description": "A high-performance ini parse library for nim.", + "license": "MIT", + "web": "https://github.com/lihf8515/parseini" } ]