mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 17:08:26 +00:00
11 lines
286 B
JSON
11 lines
286 B
JSON
{
|
|
"name": "@PROJECT_NAME@",
|
|
"version": "@PROJECT_VERSION@",
|
|
"is_prerelease": @PROJECT_VERSION_IS_PRERELEASE@,
|
|
"commit": "@GIT_COMMIT_HASH@",
|
|
"branch": "@GIT_BRANCH@",
|
|
"repo": "@GIT_ORIGIN_URL@",
|
|
"system_name": "@SYSTEM_NAME@",
|
|
"system_processor": "@SYSTEM_PROCESSOR@"
|
|
}
|