mirror of
https://github.com/logos-co/logos-test-modules.git
synced 2026-08-31 04:01:16 +00:00
26 lines
693 B
JSON
26 lines
693 B
JSON
{
|
|||
|
|
"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": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|