mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
18 lines
402 B
JSON
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
|
|
}
|
|
]
|
|
}
|