wsjcpp.yml 608 B

1234567891011121314151617181920212223242526
  1. wsjcpp_version: "v0.1.1"
  2. cmake_minimum_required: "3.0"
  3. cmake_cxx_standard: "11"
  4. name: "nlohmann/json"
  5. version: "v3.11.2"
  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"
  21. - source-file: "single_include/nlohmann/json_fwd.hpp"
  22. target-file: "json_fwd.hpp"
  23. type: "source-code"