From bee92953b8d8344c3dd15d8a3823f2b72f856cc1 Mon Sep 17 00:00:00 2001 From: Stephen Merrony Date: Thu, 14 Jul 2022 17:29:59 +0200 Subject: [PATCH] Library for SimH Standard magnetic tape images (#568) * Library for SimH Standard magnetic tape images Simh_tape is an Ada package for handling magnetic tape images in the [standard format](http://simh.trailing-edge.com/docs/simh_magtape.pdf) used by [SimH](http://simh.trailing-edge.com/) and many other computer simulators and emulators. * Remove build-switches * Fix alire.toml * Delete simh_tapes-0.1.1-dev.toml Co-authored-by: Alejandro R Mosteo --- index/si/simh_tapes/simh_tapes-0.1.1.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index/si/simh_tapes/simh_tapes-0.1.1.toml diff --git a/index/si/simh_tapes/simh_tapes-0.1.1.toml b/index/si/simh_tapes/simh_tapes-0.1.1.toml new file mode 100644 index 00000000..63ec4958 --- /dev/null +++ b/index/si/simh_tapes/simh_tapes-0.1.1.toml @@ -0,0 +1,16 @@ +name = "simh_tapes" +description = "Library to handle SimH Standard magnetic tape image files" +version = "0.1.1" + +authors = ["Stephen Merrony"] +maintainers = ["Stephen Merrony "] +maintainers-logins = ["SMerrony"] +licenses = "AGPL-3.0-or-later" +website = "https://github.com/SMerrony/simh_tapes" +tags = ["legacy", "magtape", "magnetic", "tape", "emulation", "simulation"] +executables = ["simhtapetool"] + +[origin] +commit = "795aadd4cbc1e8978e98a63aa8bf9a40aed36f1c" +url = "git+https://github.com/SMerrony/simh_tapes.git" +