Browse Source

Add vob/json5 to the catalog

default_compile_flags
vector-of-bool 4 years ago
parent
commit
63676532fb
2 changed files with 17 additions and 0 deletions
  1. +11
    -0
      catalog.json
  2. +6
    -0
      tools/gen-catalog-json.py

+ 11
- 0
catalog.json View File

} }
} }
}, },
"json5": {
"0.1.0": {
"depends": {},
"description": "A C++ implementation of a JSON5 parser",
"git": {
"auto-lib": null,
"ref": "0.1.0",
"url": "https://github.com/vector-of-bool/json5.git"
}
}
},
"ms-wil": { "ms-wil": {
"2019.11.10": { "2019.11.10": {
"depends": {}, "depends": {},

+ 6
- 0
tools/gen-catalog-json.py View File

'A C++ implementation of the Pubgrub version solving algorithm', 'A C++ implementation of the Pubgrub version solving algorithm',
git_url='https://github.com/vector-of-bool/pubgrub.git', git_url='https://github.com/vector-of-bool/pubgrub.git',
), ),
many_versions(
'json5',
('0.1.0', ),
description='A C++ implementation of a JSON5 parser',
git_url='https://github.com/vector-of-bool/json5.git',
),
many_versions( many_versions(
'spdlog', 'spdlog',
( (

Loading…
Cancel
Save