From 819094aff1f4d24f64889acb499c1f211490d64b Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Wed, 8 Jan 2025 10:41:54 -0700 Subject: [PATCH] simcpucli 0.2.0 (#1356) --- index/si/simcpucli/simcpucli-0.2.0.toml | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 index/si/simcpucli/simcpucli-0.2.0.toml diff --git a/index/si/simcpucli/simcpucli-0.2.0.toml b/index/si/simcpucli/simcpucli-0.2.0.toml new file mode 100644 index 00000000..e84cf6a8 --- /dev/null +++ b/index/si/simcpucli/simcpucli-0.2.0.toml @@ -0,0 +1,37 @@ +name = "simcpucli" +description = "CLI for CPU simulator" +version = "0.2.0" + +long-description = """ +This provides a simple command line interface to the CPU simulator library. +It has commands for setting and reading memory, reading registers, and +executing instructions. It also uses the Tiny-Lisp library so that many +of these actions can be scripted. +""" + +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"] + +executables = ["simcpucli"] + +[[depends-on]] +gnat = ">7.5" + +[[depends-on]] +bbs = "~0.1.0" + +[[depends-on]] +bbs_lisp = "~0.1.0" + +[[depends-on]] +bbs_simcpu = "~0.2.0" + +[origin] +commit = "b3aaa27db58911ae61f0270eff8ab72312eb885b" +subdir = "./cli/" +url = "git+https://github.com/BrentSeidel/Sim-CPU.git" +