{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "CPU Simulator for multiple CPUs",
    "development_only": false,
    "latest_version": "0.5.0",
    "name": "bbs_simcpu",
    "selected_version": "0.5.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.5.0",
            "qualifies": true,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.5.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 6502, 8080/8085/Z80, 680000/68008,\nand some of the PDP-11 (11/04, 11/05,10, and 11/15,20) processors.\n\nFor the PDP-11 processors, some of the DEC I/O is also simulated well\nenough to be able to run the RT-11 operating system.\n\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "c779a7285eb822de4efbd268876f883bb09500d9",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "6502",
            "i8080",
            "i8085",
            "z80",
            "m68000",
            "pdp11"
          ],
          "version": "0.5.0",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.5.0.toml",
        "version": "0.5.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.4.0",
            "qualifies": true,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.4.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 6502, 8080/8085/Z80 and 680000/68008 processors.\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "00914dbc5d392f9c4dcac0aaa40aafdf7a3f3bdf",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "6502",
            "i8080",
            "i8085",
            "z80",
            "m68000"
          ],
          "version": "0.4.0",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.4.0.toml",
        "version": "0.4.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.3.3",
            "qualifies": true,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.3.3",
            "qualifies": true,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.3.3",
            "qualifies": true,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.3.3",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 6502, 8080/8085/Z80 and 680000/68008 processors.\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "182249e5ae587e7a69cdaf9ae0770fe86d5ef255",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "6502",
            "i8080",
            "i8085",
            "z80",
            "m68000"
          ],
          "version": "0.3.3",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.3.3.toml",
        "version": "0.3.3"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.3.2",
            "qualifies": true,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.3.2",
            "qualifies": true,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.3.2",
            "qualifies": true,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.3.2",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 6502, 8080/8085/Z80 and 680000/68008 processors.\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "4d3446b607116be48bff7bb4c9093241ffbfce77",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "6502",
            "i8080",
            "z80",
            "m68000"
          ],
          "version": "0.3.2",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.3.2.toml",
        "version": "0.3.2"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.3.1",
            "qualifies": true,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.3.1",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 6502, 8080/8085/Z80 and 680000/68008 processors.\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "420e7d36557a6345814584c3c5fac81a57c32063",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "6502",
            "i8080",
            "z80",
            "m68000"
          ],
          "version": "0.3.1",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.3.1.toml",
        "version": "0.3.1"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 6502, 8080/8085/Z80 and 680000/68008 processors.\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "3627221e4554a5471546565d2a480f8cd5ca5632",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "6502",
            "i8080",
            "z80",
            "m68000"
          ],
          "version": "0.3.0",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.3.0.toml",
        "version": "0.3.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.2.0",
            "qualifies": true,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.2.0",
            "qualifies": true,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "long-description": "This contains simulators for the 8080/8085/Z80 and 680000/68008 processors.\nMore will probably be added with time.\n",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "b3aaa27db58911ae61f0270eff8ab72312eb885b",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator",
            "i8080",
            "z80",
            "m68000"
          ],
          "version": "0.2.0",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml",
        "version": "0.2.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.3.0.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.2.1.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "blinkenlights",
            "path": "index/bl/blinkenlights/blinkenlights-0.1.0.toml",
            "provided_version": "0.1.0",
            "qualifies": true,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.1.toml",
            "provided_version": "0.1.0",
            "qualifies": true,
            "requirement": "~0.1.0 | ~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "loadcpm",
            "path": "index/lo/loadcpm/loadcpm-0.1.0.toml",
            "provided_version": "0.1.0",
            "qualifies": true,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.5.0.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.5.0",
            "requires": "bbs_simcpu",
            "selected": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.4.0.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.3.2",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.3.0.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.3.1",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.2.0.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "simcpucli",
            "path": "index/si/simcpucli/simcpucli-0.1.0.toml",
            "provided_version": "0.1.0",
            "qualifies": true,
            "requirement": "~0.1.0",
            "requires": "bbs_simcpu",
            "selected": false,
            "version": "0.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "bbs",
            "package": "bbs",
            "provided_version": "0.1.0",
            "requirement": "~0.1.0",
            "resolved": true,
            "version": "0.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Brent Seidel"
          ],
          "depends-on": [
            {
              "bbs": "~0.1.0"
            }
          ],
          "description": "CPU Simulator for multiple CPUs",
          "licenses": "GPL-3.0-or-later",
          "maintainers": [
            "Brent Seidel <brentseidel@mac.com>"
          ],
          "maintainers-logins": [
            "BrentSeidel"
          ],
          "name": "bbs_simcpu",
          "origin": {
            "commit": "73ecd6e3b683163365855ce1ae130e14e92ce0b0",
            "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
          },
          "tags": [
            "cpu-simulator"
          ],
          "version": "0.1.0",
          "website": "https://github.com/BrentSeidel/Sim-CPU"
        },
        "path": "index/bb/bbs_simcpu/bbs_simcpu-0.1.0.toml",
        "version": "0.1.0"
      }
    ]
  },
  "schema_version": 4
}
