From 1e92fe5427eb4e195423288be26d2427e1e6b0c0 Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Wed, 7 Aug 2024 02:52:37 -0700 Subject: [PATCH] bbs_simcpu 0.1.0 (#1171) --- index/bb/bbs_simcpu/bbs_simcpu-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/bb/bbs_simcpu/bbs_simcpu-0.1.0.toml diff --git a/index/bb/bbs_simcpu/bbs_simcpu-0.1.0.toml b/index/bb/bbs_simcpu/bbs_simcpu-0.1.0.toml new file mode 100644 index 00000000..040ca1d3 --- /dev/null +++ b/index/bb/bbs_simcpu/bbs_simcpu-0.1.0.toml @@ -0,0 +1,18 @@ +name = "bbs_simcpu" +description = "CPU Simulator for multiple CPUs" +version = "0.1.0" + +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"] + +[[depends-on]] +bbs = "~0.1.0" + +[origin] +commit = "73ecd6e3b683163365855ce1ae130e14e92ce0b0" +url = "git+https://github.com/BrentSeidel/Sim-CPU.git" +