summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO29
1 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..89d25c4cb408
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,29 @@
+pkgbase = miasm-git
+ pkgdesc = Machine code manipulation library
+ pkgver = 0.1.1.dev89
+ 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
+
+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
+