37 lines
767 B
JSON
Raw Permalink Normal View History

2026-02-03 18:12:53 +01:00
{
2026-06-30 13:30:42 +03:00
"name": "lez_core",
"display_name": "LEZ Core Module",
"version": "0.2.0",
"description": "Logos Execution Zone Core Module for Logos Core",
2026-02-03 18:12:53 +01:00
"author": "Logos Blockchain Team",
2026-02-24 14:03:04 +01:00
"type": "core",
2026-02-03 18:12:53 +01:00
"category": "blockchain",
2026-06-10 15:16:20 -04:00
"interface": "universal",
"codegen": {
2026-06-30 13:30:42 +03:00
"impl_header": "src/lez_core_module.h",
"impl_class": "LEZCoreModule"
2026-06-10 15:16:20 -04:00
},
2026-06-30 13:30:42 +03:00
"main": "lez_core_plugin",
2026-02-03 18:12:53 +01:00
"dependencies": [],
"capabilities": [],
2026-04-20 15:52:51 +02:00
"include": [],
"nix": {
"packages": {
"build": [],
2026-06-10 15:16:20 -04:00
"runtime": ["nlohmann_json"]
2026-04-20 15:52:51 +02:00
},
"external_libraries": [
{
"name": "wallet_ffi"
}
],
"cmake": {
"find_packages": [],
"extra_sources": [],
"extra_include_dirs": [],
"extra_link_libraries": []
}
}
}