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.

catalog.json 811B

123456789101112131415161718192021222324252627
  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. }