blob: 5e7dac60e58662224768782dfc636db35e6a6ccc [file] [log] [blame]
Artem Titov739351d2018-05-11 12:21:36 +02001Name: jsoncpp
2URL: https://github.com/open-source-parsers/jsoncpp
3Version: f572e8e42e22cfcf5ab0aea26574f408943edfa4
4License: MIT
5License File: LICENSE
6Security Critical: yes
7
8Description:
9The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message
10serialization and deserialization. This library is also shipped in NaCl
11SDK and used in several examples.
12
13Local modifications:
14The overrides are used to eliminate static initializers in json_value.cpp and
15json_reader.cpp adds includes for <string> and <istream> to build on libc++
16(https://llvm.org/PR25232), and to change some one-bit bit fields to unsigned
17so that they can hold the '1' values that are stored in them.