vcpkg.json 344 B

123456789101112131415161718
  1. {
  2. "name": "expat",
  3. "version": "2.4.9",
  4. "port-version": 1,
  5. "description": "XML parser library written in C",
  6. "homepage": "https://github.com/libexpat/libexpat",
  7. "license": "MIT",
  8. "dependencies": [
  9. {
  10. "name": "vcpkg-cmake",
  11. "host": true
  12. },
  13. {
  14. "name": "vcpkg-cmake-config",
  15. "host": true
  16. }
  17. ]
  18. }