blueprint-compiler 0.4.0-3 source package in Ubuntu

Changelog

blueprint-compiler (0.4.0-3) unstable; urgency=medium

  * Cherry-pick patch to fix s390x build

 -- Heather Ellsworth <email address hidden>  Tue, 18 Oct 2022 14:29:01 -0600

Upload details

Uploaded by:
Debian GNOME Maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNOME Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blueprint-compiler_0.4.0-3.dsc 2.2 KiB 712930a14a8641cf94c094d9e8524853f49a59fae7b07577f0219d3a554447fe
blueprint-compiler_0.4.0.orig.tar.bz2 49.2 KiB 316309c1527fbc7670aa3c41a7227452d129eedcad944c468ccce76bce70da3f
blueprint-compiler_0.4.0-3.debian.tar.xz 3.4 KiB 1cc98463bd7fff7527bb0ad5b7c9203f9aba8188afab0339dc2f6eebe31283ed

Available diffs

No changes file available.

Binary packages built by this source

blueprint-compiler: Markup language for GTK user interface files

 GtkBuilder XML format is quite verbose, and many app developers don't like
 using WYSIWYG editors for creating UIs. Blueprint files are intended to be a
 concise, easy-to-read format that makes it easier to create and edit GTK UIs.
 Internally, it compiles to GtkBuilder XML as part of an app's build system. It
 adds no new features, just makes the features that exist more accessible.
 Another goal is to have excellent developer tooling--including a language
 server--so that less knowledge of the format is required. Hopefully this will
 increase adoption of cool advanced features like GtkExpression.