From e089ba2d9f3aaea91acfe1f6daa5bd19e008e110 Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Tue, 7 Jan 2025 05:30:10 -0700 Subject: [PATCH] bbs_simcpu 0.2.0 (#1353) * bbs_simcpu 0.2.0 (via `alr publish --submit`) * Update bbs_simcpu-0.2.0.toml Update to commit changing file names to lowercase. --- index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/bb/bbs_simcpu/bbs_simcpu-0.2.0.toml 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 00000000..a46b9d7b --- /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 = "b3aaa27db58911ae61f0270eff8ab72312eb885b" +url = "git+https://github.com/BrentSeidel/Sim-CPU.git" +