Source: muon-meson
Section: devel
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
Build-Depends-Arch:
 git <!nocheck>,
 libarchive-dev,
 libcurl4-openssl-dev | libcurl-dev,
 libpkgconf-dev (>= 1.9.0),
 ninja-build,
 pkg-config,
 python3-yaml:native <!nodoc>,
 python3:native <!nocheck> <!nodoc>,
 scdoc <!nodoc>,
Standards-Version: 4.7.0
Homepage: https://muon.build
Vcs-Git: https://salsa.debian.org/debian/muon-meson.git
Vcs-Browser: https://salsa.debian.org/debian/muon-meson
X-Style: black

Package: muon-meson
Architecture: any
Multi-Arch: foreign
Depends:
 ninja-build,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Meson implementation in C
 muon is an implementation of the Meson build system in c99 with minimal
 dependencies.
 .
 It features a static analyzer for meson.build files, a code formatter,
 an interactive stepping debugger, and is very fast.
 .
 It doesn't aim at being bug-for-bug compatible with Meson and offers
 a different set of CLI flags, but it is close to feature-complete with
 the core of Meson for C and C++.
 .
 In this package, the muon binary has been renamed to muon-meson to avoid
 conflicts with a pre-existing muon package.
