blueprint-compiler 0.10.0-3 source package in Ubuntu

Changelog

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

  * Add another proposed patch to fix big-endian

 -- Jeremy BĂ­cha <email address hidden>  Thu, 14 Sep 2023 15:36:38 -0400

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blueprint-compiler_0.10.0-3.dsc 2.2 KiB 8862cab7bd0399f48908bd00869d2bcc143c2e36310f62845260bbe66f9130b9
blueprint-compiler_0.10.0.orig.tar.bz2 79.9 KiB 9c3c6eecef9eb54ad43b9ef786697a9f99b21e35240e9ddc8541a2cbd9ea79ba
blueprint-compiler_0.10.0-3.debian.tar.xz 4.0 KiB 4eb301decf4659473447b131373981c29d826d16445dd64aa435179425d0fc0f

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.