From c625690baf37f40f808cd0061fa368258d5ba484 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Mon, 18 Nov 2024 14:42:31 +0100 Subject: [PATCH] hp41cx_tools 1.6.0 (via `alr publish --submit`) --- index/hp/hp41cx_tools/hp41cx_tools-1.6.0.toml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 index/hp/hp41cx_tools/hp41cx_tools-1.6.0.toml diff --git a/index/hp/hp41cx_tools/hp41cx_tools-1.6.0.toml b/index/hp/hp41cx_tools/hp41cx_tools-1.6.0.toml new file mode 100644 index 00000000..7fbc204f --- /dev/null +++ b/index/hp/hp41cx_tools/hp41cx_tools-1.6.0.toml @@ -0,0 +1,49 @@ +name = "hp41cx_tools" +description = "HP-41CX emulator Tools" +long-description = """Tools for manipulating memory dumps from HP-41CX emulators. + +The following HP-41CX emulators are supported: + +* [PX-41CX](https://paxer.net/PX-41CX/) from Paxer. +* [DM41X](https://www.swissmicros.com/product/dm41x) from SwissMicros. + +Currently hex dump files can be decoded to user readable files. +""" +version = "1.6.0" + +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +executables = ["hp41cx_tools-main"] +website = "https://calculator-scripts.sourceforge.io/px-41cx" +tags = ["calculator", "tools", "retrocomputing", "ada-2022", "hp-41cx", "dm41x", "px41cx"] + +[build-switches] +development.runtime_checks = "Overflow" +release.runtime_checks = "Default" +validation.runtime_checks = "Everything" +development.contracts = "Yes" +release.contracts = "No" +validation.contracts = "Yes" + +[[depends-on]] +adacl = "5.16.0" +gnat_native = "^14.2" + +[[actions]] +type = "test" +command = ["alr", "run"] +directory = "test" + +# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff : +# vim: set spell spelllang=en_gb : + +[origin] +hashes = [ +"sha256:cf796171b478813d16f2ccaa9547952eaecab6558db42a1d83eacae81ee8180a", +"sha512:254c864ec6896fe1e92b3ca8c075ec26f634d90fc5e3712aa03c1476c117b61bc79904d0a05d1cc5bceb2d60b4da46bb0fb6239a58f6c17b17c475a25470484e", +] +url = "https://sourceforge.net/projects/calculator-scripts/files/Alire/hp41cx_tools-1.6.0.tgz" +