vcpkg/ports/ed25519/vcpkg.json

19 lines
414 B
JSON
Raw Normal View History

{
"name": "ed25519",
"version-date": "2017-02-10",
"port-version": 1,
"description": "Portable C implementation of Ed25519, a high-speed high-security public-key signature system.",
"homepage": "https://github.com/orlp/ed25519",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}