vcpkg/ports/minisat-master-keying/vcpkg.json
chausner 25b1d99522
[minisat-master-keying] Update to 2.3.6 (#20437)
* Update minisat-master-keying to 2.3.6

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-30 14:32:46 -07:00

20 lines
433 B
JSON

{
"name": "minisat-master-keying",
"version": "2.3.6",
"description": [
"A minimalistic high-performance SAT solver",
"This is a modernized, cross-platform, CMake-enabled fork of the original MiniSat."
],
"homepage": "https://github.com/master-keying/minisat",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}