vcpkg/ports/libgcrypt/vcpkg.json
2021-11-22 15:53:13 -08:00

12 lines
267 B
JSON

{
"name": "libgcrypt",
"version": "1.9.4",
"port-version": 1,
"description": "A general purpose cryptographic library",
"homepage": "https://gnupg.org/software/libgcrypt/index.html",
"supports": "linux | osx",
"dependencies": [
"libgpg-error"
]
}