composer.json 507 B

123456789101112131415161718192021
  1. {
  2. "name": "sdk/libtorch190-win64",
  3. "type": "library",
  4. "description": "libtorch 190 win64 library",
  5. "license": "MIT",
  6. "minimum-stability": "dev",
  7. "repositories": {
  8. "packagist": {
  9. "type": "composer",
  10. "url": "http://satis-dist.lysis.com.cn:4000/"
  11. }
  12. },
  13. "config": {
  14. "secure-http": false
  15. },
  16. "distribute-helper": {
  17. "common-files":[
  18. {"name":"libtorch190-0.1-345e7f.7z","size":"1867559813"}
  19. ]
  20. }
  21. }