File: control

package info (click to toggle)
wcc 0.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,240 kB
  • sloc: ansic: 112,755; asm: 1,160; makefile: 1,071; pascal: 133; cpp: 119; sh: 61
file content (35 lines) | stat: -rw-r--r-- 980 bytes parent folder | download
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
33
34
35
Source: wcc
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Philippe Thierry <philou@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 binutils-dev,
 libcapstone-dev,
 libelf-dev,
 libreadline-dev,
 libgsl-dev,
 clang,
 libiberty-dev,
 libzstd-dev,
 liblua5.3-dev,
 pkgconf
Standards-Version: 4.6.2
Homepage: https://github.com/endrazine/wcc
Vcs-Git: https://salsa.debian.org/pkg-security-team/wcc.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/wcc

Package: wcc
Architecture: amd64
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${wcc:Built-Using},
Suggests: lua
Description: Collection of tools to manipulate binaries and shared objects
 This tool permits one to manipulate binaries and shared libraries 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.