Source: mold
Section: devel
Priority: optional
Maintainer: Bill Ayala <35659567+0x1F339@users.noreply.github.com>
Build-Depends:
 cmake,
 gcc,
 g++,
 clang,
 gdb,
 debhelper-compat (= 13) 
Standards-Version: 4.5.1
Homepage: https://github.com/rui314/mold
Rules-Requires-Root: no

Package: mold
Architecture: any
Depends:
 clang,
 ${shlibs:Depends},
 ${misc:Depends}
Description: A Modern 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.
