muon-meson 0.1.0-2 source package in Ubuntu

Changelog

muon-meson (0.1.0-2) unstable; urgency=medium

  * d/control: add Depends on ninja-build
  * d/patches: increase test timeout to two minutes.
    Tests seem to take a long time to complete on MIPS.
  * d/tests: add autopkgtest.
    This first autopkgtest builds muon and runs all the tests with the muon
    built in the package build step, to be sure that the muon contained in
    the Debian package is able to build itself.

 -- Andrea Pappacoda <email address hidden>  Sun, 22 Jan 2023 17:32:05 +0100

Upload details

Uploaded by:
Andrea Pappacoda
Uploaded to:
Sid
Original maintainer:
Andrea Pappacoda
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
muon-meson_0.1.0-2.dsc 1.9 KiB 8d606a3113fe751ac50ed4c04463eadd1d348d024727c7abcaa9350e0eaf81fb
muon-meson_0.1.0.orig.tar.gz 461.6 KiB 9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b
muon-meson_0.1.0-2.debian.tar.xz 4.5 KiB f894616755427e8431b754cf2d9b8828f0a59e8316fef3d8698f65864fe25a3e

No changes file available.

Binary packages built by this source

muon-meson: 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.

muon-meson-dbgsym: debug symbols for muon-meson