diff options
| author | Maurizio Tomasi <ziotom78@gmail.com> | 2015-01-17 01:26:14 +0100 |
|---|---|---|
| committer | Maurizio Tomasi <ziotom78@gmail.com> | 2015-01-17 01:26:14 +0100 |
| commit | dab8a1d58a74865312219a129b6b0d9c98e8d1ef (patch) | |
| tree | e9e085b09d3b82a33421fbadacb497baaea2e440 | |
| parent | 41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52 (diff) | |
| download | packages-dab8a1d58a74865312219a129b6b0d9c98e8d1ef.tar.gz packages-dab8a1d58a74865312219a129b6b0d9c98e8d1ef.zip | |
New package "parsetoml" added to the list
Reference to the package "parsetoml" (@GitHub) added.
| -rw-r--r-- | packages.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json index fded9ed..be4fbe8 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.git" + }, + { "name": "compiler", "url": "https://github.com/Araq/Nim.git", "method": "git", @@ -1130,4 +1139,3 @@ "web": "https://github.com/Araq/Nim" } ] - |
