blob: f5869ba4cf5dd67ca60dbbbd6aaba2f98df43018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "discreture",
"version-string": "2020-01-29",
"port-version": 1,
"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"
]
}
|