wsjcpp.yml 495 B

1234567891011121314151617181920212223
  1. wsjcpp_version: "v0.1.1"
  2. cmake_minimum_required: "3.0"
  3. cmake_cxx_standard: "11"
  4. name: "nlohmann/json"
  5. version: "v3.7.3"
  6. description: "JSON for Modern C++"
  7. issues: "https://github.com/nlohmann/json/issues"
  8. keywords:
  9. - "c++"
  10. - "json"
  11. repositories:
  12. - type: main
  13. url: "https://github.com/nlohmann/json"
  14. authors:
  15. - name: "Niels Lohmann"
  16. email: "mail@nlohmann.me"
  17. distribution:
  18. - source-file: "single_include/nlohmann/json.hpp"
  19. target-file: "json.hpp"
  20. type: "source-code"