bee92953b8
* 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>
17 lines
538 B
TOML
17 lines
538 B
TOML
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"
|
|
|