Files

26 lines
693 B
JSON
Raw Permalink Normal View History

{
"name": "test_fullapi_ext_cpp",
"version": "1.0.0",
"type": "core",
"category": "testing",
"description": "C++ mirror of test_fullapi_ext_rust, HEADER-FIRST like test_fullapi_cpp: the contract is derived from the impl header, records included. Keeps the two ext providers comparable cell for cell.",
"author": "Logos Core Team",
"main": "test_fullapi_ext_cpp_plugin",
"interface": "universal",
"dependencies": [],
"include": [],
"capabilities": [],
"nix": {
"external_libraries": [],
"packages": {
"build": [],
"runtime": [
"nlohmann_json"
]
},
"cmake": {
"find_packages": [],
"extra_include_dirs": []
}
}
}