blob: dab83416ffc15f8df37f7e973282c739c9005688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = miasm-git
pkgdesc = Machine code manipulation library
pkgver = 0.1.5
pkgrel = 2
url = https://miasm.re/
arch = any
license = GPL-2.0-or-later
makedepends = git
makedepends = python-setuptools
source = git+https://github.com/cea-sec/miasm.git
sha256sums = SKIP
pkgname = python-miasm-git
depends = python
depends = python-pyparsing
optdepends = python-llvmlite: jit with LLVM engine, bridge between Miasm and LLVM IRs
optdepends = python-pycparser: additional features based on type manipulations
optdepends = python-z3-solver: additional features based on constraint solving
provides = python-miasm
conflicts = python-miasm
|