{
  "actions": [
    {
      "command": [
        "alr",
        "--chdir=test",
        "run"
      ],
      "directory": ".",
      "type": "test"
    }
  ],
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada2022",
      "source_encoding": "UTF_8"
    },
    "development": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "debug_info": "Yes",
      "optimization": "Debug",
      "runtime_checks": "Overflow"
    },
    "release": {
      "compile_checks": "Warnings",
      "contracts": "No",
      "debug_info": "No",
      "optimization": "Performance",
      "runtime_checks": "Default"
    },
    "validation": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "debug_info": "Yes",
      "optimization": "Debug",
      "runtime_checks": "Everything"
    }
  },
  "depends-on": [
    {
      "adacl": "^7.2.0"
    }
  ],
  "description": "Create NOP ROM",
  "executables": [
    "create_nop"
  ],
  "licenses": "GPL-3.0-or-later",
  "long-description": "This is a tool to create a rom image with NOP commands.\n\nThis program can be used to create a ROM immage for the MOS 6502 tutorial from Ben Eater.\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n``` \n\nSource code and testsuite available on [SourceForge](https://git.code.sf.net/p/tutorial-6502/git)\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik"
  ],
  "name": "mos6502_create_nop",
  "origin": {
    "hashes": [
      "sha256:7b0eba04553de9d87d3227454a8ea6d09df668700c66d833c0728dd45ab8f627",
      "sha512:b242ccdcb341902118a266cb4ed5015b5c2a0a9882e6fe6e713f5d630963e7662a1ab391dcc7241fa1df8b0cd91af8253e5853815821f86f7225f1b9b0b1bdc3"
    ],
    "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_nop-1.5.2.tgz"
  },
  "tags": [
    "mos-6502",
    "tools",
    "retrocomputing",
    "ada2022"
  ],
  "version": "1.5.2",
  "website": "https://sourceforge.net/projects/tutorial-6502"
}
