Skip to content

Commit

Permalink
simcpucli 0.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentSeidel committed Jan 8, 2025
1 parent 2dbe82a commit 8807538
Showing 1 changed file with 37 additions and 0 deletions.
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"

0 comments on commit 8807538

Please sign in to comment.