mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:39:08 +08:00
4156360060
* Update libdivide to 5.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
22 lines
431 B
JSON
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"
|
|
}
|
|
}
|
|
}
|