vcpkg/ports/libatomic-ops/vcpkg.json
Thomas1664 bdd4b345ee
[libatomic-ops] Disable docs (#24105)
* [libatomic-ops] Disable docs

* version

* Fix license

* uppercase

* version

* confusing license terms

* version
2022-04-13 10:51:30 -07:00

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
}
]
}