Source: clang-extract Section: kernel Maintainer: Emmanuel Arias Uploaders: Aryan Karamtoth , Santiago Ruano Rincón Build-Depends: debhelper-compat (= 13), clang-18, clang-tools-18, cmake, libclang-18-dev, libclang-cpp18, libclang-cpp18-dev, libelf-dev, libllvm18, libzstd-dev, llvm-18, llvm-18-dev, meson, ninja-build, zlib1g-dev, pkgconf, Standards-Version: 4.7.4 Homepage: https://github.com/SUSE/clang-extract Vcs-Browser: https://salsa.debian.org/debian/clang-extract Vcs-Git: https://salsa.debian.org/debian/clang-extrac.git Package: clang-extract Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Description: Tool to extract code from source files using clang and LLVM infrastructure clang-extract is a tool to extracts specific functions and their minimal dependencies from a large C codebase. It's used for livepatching to allow developers to rebuild and patch only the needed parts of the code without recompiling everything. clang-extract also shows some instructions of how to generate a simple code extraction.