mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-26 22:51:14 +00:00
27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"name": "amm_module",
|
|
"version": "0.1.0",
|
|
"type": "core",
|
|
"interface": "universal",
|
|
"category": "amm",
|
|
"description": "AMM business logic — on-chain pool resolution and swaps",
|
|
"main": "amm_module_plugin",
|
|
"dependencies": ["lez_core"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": []
|
|
},
|
|
"external_libraries": [
|
|
{ "name": "amm_ffi" }
|
|
],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|