mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (define-public uxn
|
|||
stack-machine, written in ANSI C. Graphical output is implemented using SDL2.")
|
||||
(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
|
||||
(let ((commit "5dc681275151c4a5d7b85ec9ff4ceb1b25abd5a8")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Reference in a new issue