vcpkg/ports/promise-cpp/vcpkg.json
chausner 3434e5cbab
[promise-cpp] Add new port (#20340)
* Update promise-cpp to 1.0.3

* Update CI baseline

* Fix portfile

* Update git-tree hash

* Update to version 2.1.0

* Update CI baseline and git-tree hash

* Add usage

* Update git-tree hash

* Update to promise-cpp 2.1.2

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-30 13:55:14 -07:00

13 lines
255 B
JSON

{
"name": "promise-cpp",
"version": "2.1.2",
"description": "C++ promise/A+ library in Javascript style.",
"homepage": "https://github.com/xhawk18/promise-cpp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}