Skip to content

Commit

Permalink
hp41cx_tools 1.6.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
krischik committed Nov 18, 2024
1 parent 28e6205 commit f19fd17
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions index/hp/hp41cx_tools/hp41cx_tools-1.6.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers = ["Martin Krischik <[email protected]>"]
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:4ce0979a4b0f772ee3a9ba247fa61faa07ebf6c8f5635460685d5df8f9666194",
"sha512:b76b8eebb1a7b0dcd653a0ce0570ef72928e4c73f53300cd358d3c17b9b73a87229a4202a6376df6a2d5710c57dba7682cfd4cc63e99c7ffd4851ace13ed5d37",
]
url = "https://sourceforge.net/projects/calculator-scripts/files/Alire/hp41cx_tools-1.6.0.tgz"

0 comments on commit f19fd17

Please sign in to comment.