vcpkg.json 657 B

1234567891011121314151617181920212223
  1. {
  2. "name": "openssl",
  3. "version": "3.0.5",
  4. "port-version": 5,
  5. "description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
  6. "homepage": "https://www.openssl.org",
  7. "license": "Apache-2.0",
  8. "dependencies": [
  9. {
  10. "name": "vcpkg-cmake",
  11. "host": true
  12. },
  13. {
  14. "name": "vcpkg-cmake-config",
  15. "host": true
  16. },
  17. {
  18. "name": "vcpkg-cmake-get-vars",
  19. "host": true,
  20. "platform": "windows & !mingw & !uwp"
  21. }
  22. ]
  23. }