vcpkg/ports/jsoncpp/CONTROL
etri 4a12817691
[Jsoncpp] Update to 1.9.2 (#9759)
* Update jsoncpp 1.9.2

Using implicit int to float conversion is fixed from jsoncpp 1.9.2 version.

* Update Control

update jsoncpp 1.9.2

* remove deprecated function

include(vcpkg_common_functions)

* [jsoncpp] Allow disabling examples

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-01-29 11:49:19 -08:00

5 lines
294 B
Plaintext

Source: jsoncpp
Version: 1.9.2
Homepage: https://github.com/open-source-parsers/jsoncpp
Description: jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.