You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
873B

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