Update packages.json (#1050)

Add `parseini` library.
This commit is contained in:
lihaifeng 2019-04-08 23:44:19 +08:00 committed by Miran
parent 11f2c44038
commit cc175ec92e

View File

@ -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"
}
]