mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01:00
gnu: Add python-keystone-engine.
* gnu/packages/emulators.scm (python-keystone-engine): New variable. Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
3e7ce72d80
commit
13369ba7ca
1 changed files with 22 additions and 0 deletions
|
@ -2622,6 +2622,28 @@ cache visualization. Developed at FEE CTU for computer architecture classes.")
|
||||||
stack-machine, written in ANSI C. Graphical output is implemented using SDL2.")
|
stack-machine, written in ANSI C. Graphical output is implemented using SDL2.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public python-keystone-engine
|
||||||
|
(package
|
||||||
|
(name "python-keystone-engine")
|
||||||
|
(version "0.9.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "keystone-engine" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1xahdr6bh3dw5swrc2r8kqa8ljhqlb7k2kxv5mrw5rhcmcnzcyig"))))
|
||||||
|
(native-inputs (list cmake))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(home-page "https://www.keystone-engine.org")
|
||||||
|
(synopsis
|
||||||
|
"Lightweight multi-platform, multi-architecture assembler framework")
|
||||||
|
(description
|
||||||
|
"Keystone is a lightweight multi-platform, multi-architecture
|
||||||
|
assembler framework. It supports a wide-range of different architectures
|
||||||
|
and offers an intuitive architecture-neutral API for interacting with
|
||||||
|
assembly for these architectures.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public emu8051
|
(define-public emu8051
|
||||||
(let ((commit "5dc681275151c4a5d7b85ec9ff4ceb1b25abd5a8")
|
(let ((commit "5dc681275151c4a5d7b85ec9ff4ceb1b25abd5a8")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue