Source: justbuild
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Oliver Reiche <oliver.reiche@gmail.com>
Build-Depends: debhelper-compat (= 13),
  clang,
  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.2
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.
