File: control

package info (click to toggle)
mold 1.10.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 33,380 kB
  • sloc: cpp: 144,610; ansic: 130,550; sh: 10,239; python: 3,394; makefile: 3,074; ada: 1,681; pascal: 1,139; asm: 659; xml: 278; objc: 176; perl: 104; javascript: 37
file content (29 lines) | stat: -rw-r--r-- 803 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
Source: mold
Section: devel
Priority: optional
Maintainer: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dwarfdump,
 libmimalloc-dev,
 libssl-dev,
 libtbb-dev,
 libxxhash-dev,
 pkg-config,
 zlib1g-dev,
 gdb
Standards-Version: 4.6.0
Homepage: https://github.com/rui314/mold
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/mold
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/mold.git
Rules-Requires-Root: no

Package: mold
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Drop-in linker
 mold is a faster drop-in replacement for existing Unix linkers.
 It is several times faster than the LLVM lld linker.
 mold is designed to increase developer productivity by reducing
 build time, especially in rapid debug-edit-rebuild cycles.