2026-04-01 22:55:34 +03:00
|
|
|
{
|
|
|
|
|
"name": "lez_explorer_ui",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "ui",
|
|
|
|
|
"category": "explorer",
|
2026-06-18 14:13:42 +03:00
|
|
|
"description": "LEZ Explorer UI - A block explorer for the Logos Execution Zone",
|
|
|
|
|
"main": "lez_explorer_ui_plugin",
|
|
|
|
|
"dependencies": ["lez_indexer_module"],
|
|
|
|
|
"nix": {
|
|
|
|
|
"packages": {
|
|
|
|
|
"build": ["qt6.qtsvg"],
|
|
|
|
|
"runtime": ["qt6.qtsvg"]
|
|
|
|
|
},
|
|
|
|
|
"external_libraries": [],
|
|
|
|
|
"cmake": {
|
|
|
|
|
"find_packages": ["Qt6Widgets", "Qt6Svg", "Qt6SvgWidgets", "Qt6Network"],
|
|
|
|
|
"extra_sources": [],
|
|
|
|
|
"extra_include_dirs": ["interfaces"],
|
|
|
|
|
"extra_link_libraries": ["Qt6::Widgets", "Qt6::Svg", "Qt6::SvgWidgets", "Qt6::Network"]
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-04-01 22:55:34 +03:00
|
|
|
}
|