19 lines
371 B
JSON
Executable File
19 lines
371 B
JSON
Executable File
{
|
|
"name": "asmjit",
|
|
"version-date": "2021-10-26",
|
|
"port-version": 1,
|
|
"description": "Complete x86/x64 JIT and Remote Assembler for C++",
|
|
"homepage": "https://github.com/asmjit/asmjit",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|