From 7220c614bab6ad4dd218d4b8dec2fce8325da0bb Mon Sep 17 00:00:00 2001 From: BrentSeidel Date: Mon, 6 Jan 2025 14:34:51 -0700 Subject: [PATCH] loadcpm 0.1.1 (via `alr publish --submit`) --- index/lo/loadcpm/loadcpm-0.1.1.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index/lo/loadcpm/loadcpm-0.1.1.toml diff --git a/index/lo/loadcpm/loadcpm-0.1.1.toml b/index/lo/loadcpm/loadcpm-0.1.1.toml new file mode 100644 index 000000000..fef538150 --- /dev/null +++ b/index/lo/loadcpm/loadcpm-0.1.1.toml @@ -0,0 +1,24 @@ +name = "loadcpm" +description = "Write CP/M (or other similar binary) to floppy disk image" +version = "0.1.1" + +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 | ~0.2.0" + +[origin] +commit = "b3aaa27db58911ae61f0270eff8ab72312eb885b" +subdir = "./loadcpm/" +url = "git+https://github.com/BrentSeidel/Sim-CPU.git" +