Source: wcc
Section: utils
Priority: optional
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Philippe Thierry <phil@reseau-libre.net>
Build-Depends:
 debhelper (>= 10),
 binutils-dev,
 libcapstone-dev,
 libelf-dev,
 libreadline-dev,
 libgsl-dev,
 clang,
 libiberty-dev,
 liblua5.3-dev,
 pkg-config
Standards-Version: 3.9.8
Homepage: https://github.com/endrazine/wcc
Vcs-Git: https://anonscm.debian.org/git/pkg-security/wcc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-security/wcc.git

Package: wcc
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 lua5.2,
Description: Collection of tools to manipulate binaries and shared objects
 This tool permits one to manipulate binaries and shared liraries to reuse
 their API into an external usage, as a relocatable object that
 can be linked to a new project, or through an interpreter (wsh)
 to execute internal API directly.
