From fdca9ff9b0bff8b462385a5419ea1f565bc9ac85 Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Sun, 11 Aug 2024 05:45:05 -0700 Subject: [PATCH] loadcpm 0.1.0 (#1177) --- index/lo/loadcpm/loadcpm-0.1.0.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index/lo/loadcpm/loadcpm-0.1.0.toml diff --git a/index/lo/loadcpm/loadcpm-0.1.0.toml b/index/lo/loadcpm/loadcpm-0.1.0.toml new file mode 100644 index 00000000..e2a0c49c --- /dev/null +++ b/index/lo/loadcpm/loadcpm-0.1.0.toml @@ -0,0 +1,24 @@ +name = "loadcpm" +description = "Write CP/M (or other similar binary) to floppy disk image" +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 = ["cpm"] + +executables = ["loadcpm"] + +[[depends-on]] +bbs = "~0.1.0" + +[[depends-on]] +bbs_simcpu = "~0.1.0" + +[origin] +commit = "95bbe73fa49ea9db3fb04c302b688192d9f84389" +subdir = "./loadcpm/" +url = "git+https://github.com/BrentSeidel/Sim-CPU.git" +