summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3c661aeab7e7aa3cc1abc81135c10db76b52bea9 (plain)
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
pkgbase = miasm-git
	pkgdesc = Machine code manipulation library
	pkgver = 0.1.3.dev413
	pkgrel = 1
	url = https://miasm.re/
	arch = any
	license = GPL2
	makedepends = git
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = git+https://github.com/cea-sec/miasm.git
	sha256sums = SKIP

pkgname = python-miasm-git
	depends = python
	depends = python-pyparsing
	depends = python-future
	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: additional features based on constraint solving
	provides = python-miasm
	conflicts = python-miasm

pkgname = python2-miasm-git
	depends = python2
	depends = python2-pyparsing
	depends = python2-future
	optdepends = python2-llvmlite: jit with LLVM engine, bridge between Miasm and LLVM IRs
	optdepends = python2-pycparser: additional features based on type manipulations
	optdepends = python2-z3: additional features based on constraint solving
	provides = python2-miasm
	conflicts = python2-miasm