Files
alire-index-community/index/an/anteforth/anteforth-0.1.1.toml
T
Paul Jarrett 500f7c7a99 anteforth 0.1.1 (#1758)
* anteforth 0.1.1 (via `alr publish`)

* Update to revision with more fixes and improvements.
2026-01-13 10:27:52 +01:00

39 lines
997 B
TOML

name = "anteforth"
description = "A Forth virtual machine"
version = "0.1.1"
authors = ["Paul Jarrett"]
maintainers = ["Paul Jarrett <jarrett.paul.young@gmail.com>"]
maintainers-logins = ["pyjarrett"]
licenses = "GPL-3.0-or-later"
website = ""
tags = ["forth","vm","spark"]
executables = ["anteforth"]
[build-switches]
Development.Debug_Info = "Yes"
Development.Contracts = "Yes"
Development.Runtime_Checks = [
"-gnato", # Enable numeric overflow checking;
"-fstack-check", # Stack overflow checking
"-gnatVa", # All validity checks
]
Release.Runtime_Checks = "None"
# "*".Compile_Checks = "Errors"
"*".Ada_Version = "Ada2022"
"*".Style_Checks = [
"-gnaty-d", # Disable no DOS line terminators
"-gnatyM200", # Maximum line length
"-gnatyO", # Overriding subprograms explicitly marked as such]
]
[[depends-on]]
gnatprove = "^15.1.0"
[origin]
commit = "6f6d3d289edb88d1ab361e0c4f5d2094491bb9e6"
url = "git+https://github.com/pyjarrett/anteforth.git"