mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
f08f5fc850
Co-authored-by: Petr Kobalicek <kobalicek.petr@gmail.com> Co-authored-by: Stephen Eckels <stevemk14ebr@gmail.com>
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "asmjit",
|
|
"version-date": "2024-06-28",
|
|
"description": "AsmJit is a lightweight library for machine code generation written in C++ language",
|
|
"homepage": "https://asmjit.com/",
|
|
"documentation": "https://asmjit.com/doc/",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|