mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
ae163065b2
* [optimus-cpp] New port: ID hashing and Obfuscation using Knuth's Algorithm for C++ * Changed reference * Update version database * Fix hash * Update version database * Review changes and update lib version * fixver * Update version database * Update version database 2 * Fix vcpkg deps * Update version database
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"name": "optimus-cpp",
|
|
"version": "0.3.0",
|
|
"description": "ID hashing and Obfuscation using Knuth's Algorithm for C++",
|
|
"homepage": "https://github.com/kafeg/optimus-cpp",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|