Differential Revision: https://phabricator.services.mozilla.com/D307106
74 lines
1.5 KiB
YAML
74 lines
1.5 KiB
YAML
schema: 1
|
|
|
|
bugzilla:
|
|
product: Core
|
|
component: "General"
|
|
|
|
origin:
|
|
name: jsoncpp
|
|
description: A C++ library for interacting with JSON
|
|
|
|
url: https://github.com/open-source-parsers/jsoncpp
|
|
|
|
release: 1.9.8 (2026-06-13T20:16:10-07:00).
|
|
revision: 1.9.8
|
|
|
|
license: MIT
|
|
|
|
vendoring:
|
|
url: https://github.com/open-source-parsers/jsoncpp
|
|
source-hosting: github
|
|
vendor-directory: toolkit/components/jsoncpp
|
|
tracking: tag
|
|
|
|
exclude:
|
|
- ".**"
|
|
- .github
|
|
- BUILD.bazel
|
|
- CMakeLists.txt
|
|
- CONTRIBUTING.md
|
|
- CTestConfig.cmake
|
|
- MODULE.bazel
|
|
- SECURITY.md
|
|
- amalgamate.py
|
|
- appveyor.yml
|
|
- cmake
|
|
- dev.makefile
|
|
- devtools
|
|
- doc
|
|
- doxybuild.py
|
|
- example
|
|
- gcovr.cfg
|
|
- get_version.pl
|
|
- include
|
|
- jsoncpp-namespaced-targets.cmake
|
|
- jsoncppConfig.cmake.in
|
|
- jsoncppConfig.cmake.meson.in
|
|
- meson.build
|
|
- meson_options.txt
|
|
- pkg-config
|
|
- reformat.sh
|
|
- src
|
|
- test
|
|
- version.in
|
|
|
|
include:
|
|
- include/json/allocator.h
|
|
- include/json/assertions.h
|
|
- include/json/config.h
|
|
- include/json/forwards.h
|
|
- include/json/json.h
|
|
- include/json/json_features.h
|
|
- include/json/reader.h
|
|
- include/json/value.h
|
|
- include/json/version.h
|
|
- include/json/writer.h
|
|
- src/lib_json/json_reader.cpp
|
|
- src/lib_json/json_tool.h
|
|
- src/lib_json/json_value.cpp
|
|
- src/lib_json/json_valueiterator.inl
|
|
- src/lib_json/json_writer.cpp
|
|
|
|
keep:
|
|
- src/lib_json/moz.build
|