mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:21:07 +08:00
18 lines
393 B
JSON
18 lines
393 B
JSON
|
{
|
||
|
"name": "ed25519",
|
||
|
"version-date": "2017-02-10",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|