vcpkg/ports/libdivide/vcpkg.json
chausner 4156360060
[libdivide] Update to 5.0 (#21388)
* Update libdivide to 5.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:53:45 -08:00

22 lines
431 B
JSON

{
"name": "libdivide",
"version": "5.0",
"description": "libdivide.h is a header-only C/C++ library for optimizing integer division.",
"homepage": "https://github.com/ridiculousfish/libdivide",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"test": {
"description": "Build test"
}
}
}