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.

25 lines
572B

  1. {
  2. "name": "toolchain-gcc-arm-embedded",
  3. "version": "0.1.0",
  4. "description": "GNU toolchain for Arm Cortex-M and Cortex-R processors",
  5. "keywords": [
  6. "toolchain",
  7. "build tools",
  8. "compiler",
  9. "assembler",
  10. "linker",
  11. "preprocessor",
  12. "arm"
  13. ],
  14. "homepage": "https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm",
  15. "license": "GPL-2.0-or-later",
  16. "system": [
  17. "darwin_x86_64",
  18. "darwin_i386"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://gcc.gnu.org/git/gcc.git"
  23. }
  24. }