您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

27 行
811B

  1. {
  2. "version": 1,
  3. "packages": {
  4. "cryptopp": {
  5. "8.2.0": {
  6. "git": {
  7. "url": "https://github.com/weidai11/cryptopp.git",
  8. "ref": "CRYPTOPP_8_2_0",
  9. "auto-lib": "cryptopp/cryptopp",
  10. "transform": [
  11. {
  12. "move": {
  13. "from": ".",
  14. "to": "src/cryptopp",
  15. "include": [
  16. "*.c",
  17. "*.cpp",
  18. "*.h"
  19. ]
  20. }
  21. }
  22. ]
  23. }
  24. }
  25. }
  26. }
  27. }