This commit is contained in:
Jack VanDrunen 2018-05-19 16:13:17 -07:00
commit e88fb26e53

View File

@ -1993,14 +1993,15 @@
}, },
{ {
"name": "parsetoml", "name": "parsetoml",
"url": "https://github.com/ziotom78/parsetoml.git", "url": "https://github.com/NimParsers/parsetoml.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library" "library",
"parse"
], ],
"description": "Library for parsing TOML files.", "description": "Library for parsing TOML files.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ziotom78/parsetoml" "web": "https://github.com/NimParsers/parsetoml"
}, },
{ {
"name": "compiler", "name": "compiler",