summaryrefslogtreecommitdiff
path: root/textproc/json-schema/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2020-04-02json-schema: update to 1.3.wiz1-2/+3
1.3 [2020-03-31] ================ * option to add default values during validation * add thread-safe API * build static library by default (jsoncpp only builds static library by default)
2019-04-09json-schema: update to 1.2.wiz1-2/+4
1.2 [2019-04-09] * add this NEWS.md file * build shared library by default (needs jsoncpp shared library) * fix pkgconfig file
2019-04-08json-schema: update to 1.1.wiz1-4/+4
The include path for the header was changed to have a json/ prefix, just like jsoncpp has.
2018-12-23textproc/json-schema: import json-schema-1.0wiz1-0/+6
json-schema is a C++ library for validating JSON documents against JSON Schemata based on jsoncpp.