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

20 lines
505 B
JSON

{
"name": "discreture",
"version-date": "2020-01-29",
"port-version": 3,
"description": "A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.",
"homepage": "https://github.com/mraggi/discreture",
"dependencies": [
"boost-container",
"boost-iterator",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}