aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlihaifeng <10214028@qq.com>2019-04-08 23:44:19 +0800
committerMiran <narimiran@disroot.org>2019-04-08 17:44:19 +0200
commitcc175ec92e80cfe5ebbec61d94ae5b134278853c (patch)
treea5c7ed01c56ecdc36d8fc27e2cc182cd4fff2988
parent11f2c44038d40414babc989f03560afb5f720c6e (diff)
downloadpackages-cc175ec92e80cfe5ebbec61d94ae5b134278853c.tar.gz
packages-cc175ec92e80cfe5ebbec61d94ae5b134278853c.zip
Update packages.json (#1050)
Add `parseini` library.
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]