Skip to content

Commit

Permalink
simcpucli 0.3.0 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentSeidel authored Feb 14, 2025
1 parent 9af8246 commit 353ed76
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions index/si/simcpucli/simcpucli-0.3.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.3.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.2.0"

[[depends-on]]
bbs_simcpu = "~0.3.1"

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

0 comments on commit 353ed76

Please sign in to comment.