mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:19:01 +08:00
bdd4b345ee
* [libatomic-ops] Disable docs * version * Fix license * uppercase * version * confusing license terms * version
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"name": "libatomic-ops",
|
|
"version": "7.7.0",
|
|
"port-version": 1,
|
|
"description": "The atomic_ops project (Atomic memory update operations portable implementation)",
|
|
"homepage": "https://github.com/ivmai/libatomic_ops",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|