summaryrefslogtreecommitdiff
path: root/debian/control
blob: 37afdfbb24c36eb8a0b8dbeae2c3b78e0f184677 (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
Source: chrysalide
Section: devel
Priority: optional
Maintainer: Cyrille Bagard <nocbos@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev, bison, flex, gettext, libtool, git, libgtk-3-dev, libxml2-dev, libpython3-dev, python3-gi, python-gi-dev, libarchive-dev, libsqlite3-dev, libssl-dev
Standards-Version: 3.9.5
Homepage: http://chrysalide.re/
Vcs-Git: http://git.0xdeadc0de.fr/chrysalide.git
Vcs-Browser: http://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/

Package: chrysalide
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Reverse Engineering Factory focused on embedded systems
 Chrysalide is a fast tool collection for binary analysis. It is written using
 the GTK+ toolkit and support several file formats and architectures. Python
 bindings are also available.

Package: chrysalide-dev
Architecture: amd64
Section: devel
Depends: ${misc:Depends}
Description: Reverse Engineering Factory focused on embedded systems - development files
 Chrysalide is a fast tool collection for binary analysis. It is written using
 the GTK+ toolkit and support several file formats and architectures. Python
 bindings are also available.
 .
 This package contains development files for Chrysalide and its plugins.
 It is needed to develop and build other plugins for Chrysalide.