mirror of
https://github.com/open-simh/simh.git
synced 2026-01-17 16:54:08 +00:00
* CMake build infrastructure The squashed commit that builds and packages releases for the SIMH simulator suite with CMake, version 3.14 or newer. See README-CMake.md for documentation.
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"name": "simh",
|
|
"version-string": "4.0.0",
|
|
"description": [
|
|
"SIMH: The historical computer architecture simulation suite."
|
|
],
|
|
"dependencies": [
|
|
"pthreads",
|
|
"pcre",
|
|
"libpng",
|
|
"sdl2",
|
|
"sdl2-ttf"
|
|
]
|
|
} |