Files
logos-cpp-sdk/tests/experimental/fixtures/sample_metadata.json
Iuri Matias d633575677 add IDL parser & generator (wip) (#33)
* add IDL parser & generator (wip)

* fix fixtures issues affecting tests

* fix fixtures issues affecting tests
2026-03-31 16:29:35 -04:00

11 lines
251 B
JSON

{
"name": "sample_module",
"version": "1.2.3",
"description": "A sample module for testing",
"author": "Test",
"type": "core",
"category": "testing",
"main": "sample_module_plugin",
"dependencies": ["dep_a", "dep_b"]
}