1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: riscemu
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <tsu.yubo@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
pybuild-plugin-pyproject,
python3-poetry-core,
python3-setuptools,
python3-pytest <!nocheck>,
python3-sphinx <!nodoc>,
python3-recommonmark <!nodoc>,
txt2man,
Standards-Version: 4.7.2
Homepage: https://github.com/AntonLydike/riscemu
Vcs-Git: https://salsa.debian.org/python-team/packages/riscemu.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/riscemu
Description: RISC-V emulator in Python
Implementing a basic RISC-V emulator, aimed at being easily extendable.
Check out the docs at readthedocs or riscemu.datenvorr.at.
.
This emulator contains:
- RISC-V Assembly parser
- RISC-V Assembly loader
- Emulation for most parts of the basic RISC-V instruction set and
the M and A extensions
- Naive memory emulator
- Basic implementation of some syscalls
- A debugging environment
Package: riscemu
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-pyelftools
Suggests: riscemu-doc
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the core riscemu module for Python 3.x .
Package: riscemu-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
libjs-jquery,
libjs-underscore
Build-Profiles: <!nodoc>
Suggests: riscemu
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the documentation files for the riscemu package.
|