Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simcpucli 0.2.0 #1356

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions index/si/simcpucli/simcpucli-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name = "simcpucli"
description = "CLI for CPU simulator"
version = "0.2.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 <[email protected]>"]
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.2.0"

[origin]
commit = "b3aaa27db58911ae61f0270eff8ab72312eb885b"
subdir = "./cli/"
url = "git+https://github.com/BrentSeidel/Sim-CPU.git"

Loading