vcpkg/ports/libatomic-ops/vcpkg.json
2023-12-18 13:23:35 -08:00

18 lines
402 B
JSON

{
"name": "libatomic-ops",
"version": "7.8.2",
"description": "The atomic_ops project (Atomic memory update operations portable implementation)",
"homepage": "https://github.com/ivmai/libatomic_ops",
"license": "MIT OR GPL-2.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}