diff --git a/index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml b/index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml new file mode 100644 index 000000000..8026eddf2 --- /dev/null +++ b/index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml @@ -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 "] +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" +