Skip to content

Commit

Permalink
bbs_simcpu 0.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentSeidel committed Jan 6, 2025
1 parent d5d6253 commit b35c461
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "bbs_simcpu"
description = "CPU Simulator for multiple CPUs"
version = "0.2.0"

long-description="""
This contains simulators for the 8080/8085/Z80 and 680000/68008 processors.
More will probably be added with time.
"""

authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <[email protected]>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Sim-CPU"
tags = ["cpu-simulator", "i8080", "z80", "m68000"]

[[depends-on]]
bbs = "~0.1.0"

[origin]
commit = "b32d4748546d548695662ec29288a563a3e00117"
url = "git+https://github.com/BrentSeidel/Sim-CPU.git"

0 comments on commit b35c461

Please sign in to comment.