Files
alire-index-community/index/si/simcpucli/simcpucli-0.1.0.toml
T
Brent Seidel 819f525655 simcpucli 0.1.0 (#1176)
* simcpucli 0.1.0 (via `alr publish --submit`)

* Add long-description and depend on gnat > 7.5.

* Add [origin] block.
2024-08-12 13:31:05 +02:00

37 lines
880 B
TOML

name = "simcpucli"
description = "CLI for CPU simulator"
version = "0.1.0"
long-description = """
This provides a simple command line interface to the CPU simulator library.
It has commands for setting and reading memory, reading registers, and
executing instructions. It also uses the Tiny-Lisp library so that many
of these actions can be scripted.
"""
authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <brentseidel@mac.com>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Sim-CPU"
tags = ["cpu-simulator"]
executables = ["simcpucli"]
[[depends-on]]
gnat = ">7.5"
[[depends-on]]
bbs = "~0.1.0"
[[depends-on]]
bbs_lisp = "~0.1.0"
[[depends-on]]
bbs_simcpu = "~0.1.0"
[origin]
commit = "95bbe73fa49ea9db3fb04c302b688192d9f84389"
subdir = "./cli/"
url = "git+https://github.com/BrentSeidel/Sim-CPU.git"