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 <amosteo@unizar.es>
This commit is contained in:
Stephen Merrony
2022-07-14 17:29:59 +02:00
committed by GitHub
parent 3dc3a3bf81
commit bee92953b8
+16
View File
@@ -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 <merrony@gmail.com>"]
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"