diff options
| author | Varriount <Varriount@users.noreply.github.com> | 2015-01-18 17:20:52 -0500 |
|---|---|---|
| committer | Varriount <Varriount@users.noreply.github.com> | 2015-01-18 17:20:52 -0500 |
| commit | d381c035ed344ec2671dfe1826ba0261c1a6cd52 (patch) | |
| tree | 1fd364b848dd7985598d4a77d577a85f8f339c7b | |
| parent | 41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52 (diff) | |
| parent | f567cc420111cda2a62943ae07606ea29e0d01ce (diff) | |
| download | packages-d381c035ed344ec2671dfe1826ba0261c1a6cd52.tar.gz packages-d381c035ed344ec2671dfe1826ba0261c1a6cd52.zip | |
Merge pull request #114 from ziotom78/master
New package "parsetoml" added to the list
| -rw-r--r-- | packages.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json index fded9ed..ee88cfa 100644 --- a/packages.json +++ b/packages.json @@ -1121,6 +1121,15 @@ "web": "https://gitlab.3dicc.com/gokr/blimp" }, { + "name": "parsetoml", + "url": "https://github.com/ziotom78/parsetoml.git", + "method": "git", + "tags": ["library", "nim"], + "description": "Library for parsing TOML files.", + "license": "MIT", + "web": "https://github.com/ziotom78/parsetoml" + }, + { "name": "compiler", "url": "https://github.com/Araq/Nim.git", "method": "git", @@ -1130,4 +1139,3 @@ "web": "https://github.com/Araq/Nim" } ] - |
