Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
433 B
JSON

{
"name": "libdivide",
"version": "5.2.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"
}
}
}