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 36 37 38 39 40 41
|
Source: justbuild
Section: devel
Priority: optional
Maintainer: Oliver Reiche <oliver.reiche@gmail.com>
Build-Depends: debhelper-compat (= 13),
clang-19,
protobuf-compiler,
protobuf-compiler-grpc,
libprotobuf-dev,
libgrpc++-dev,
libfmt-dev,
nlohmann-json3-dev,
libgit2-dev,
libssl-dev,
libcli11-dev,
libmsgsl-dev,
libarchive-dev,
libcurl4-openssl-dev,
python3,
pandoc,
patch,
unzip,
pkgconf
Standards-Version: 4.7.3
Homepage: https://github.com/just-buildsystem/justbuild
Vcs-Browser: https://salsa.debian.org/debian/justbuild
Vcs-Git: https://salsa.debian.org/debian/justbuild.git
Rules-Requires-Root: no
Package: justbuild
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: python3, bash-completion, git (>= 2.29)
Description: Generic build system
Justbuild is a generic build system supporting multi-repository builds. A
peculiarity of the tool is the separation between global names and physical
location on the one hand, and logical paths used for actions and installation
on the other hand (sometimes referred to as "staging"). The language-specific
information to translate high-level concepts (libraries, binaries) into
individual compile action is taken from user-defined rules described by
functional expressions.
|