vcpkg/ports/libatomic-ops/vcpkg.json
Ivan Maidanski e486a9583c
[libatomic-ops] Update to v7.8.0 (#30508)
* REF update

* Specify license
2023-04-02 21:05:02 -07:00

18 lines
402 B
JSON

{
"name": "libatomic-ops",
"version": "7.8.0",
"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
}
]
}