blob: b35e0c7762912288f6e67a290e11d8736800312b [file] [log] [blame]
Haibo Huangb0bee822021-02-24 15:40:15 -08001name: "jsoncpp"
2description: "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings."
Bob Badour0e3650f2020-04-28 10:42:14 -07003third_party {
Haibo Huangb0bee822021-02-24 15:40:15 -08004 url {
5 type: ARCHIVE
6 value: "https://github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz"
7 }
8 version: "1.9.4"
Bob Badour0e3650f2020-04-28 10:42:14 -07009 license_type: NOTICE
Haibo Huangb0bee822021-02-24 15:40:15 -080010 last_upgrade_date {
11 year: 2021
12 month: 2
13 day: 24
14 }
Bob Badour0e3650f2020-04-28 10:42:14 -070015}