mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 20:18:27 -05:00
12 lines
378 B
JSON
Executable File
12 lines
378 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|