blueprint-compiler 0.12.0-2 source package in Ubuntu

Changelog

blueprint-compiler (0.12.0-2) unstable; urgency=medium

  * Update debian/watch
  * Update Standards Version to 4.7.0

 -- Jeremy BĂ­cha <email address hidden>  Tue, 28 May 2024 15:20:20 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blueprint-compiler_0.12.0-2.dsc 2.2 KiB aaab25b39ad3c31ff547dd596cbade4a3b1e1f340fad0ba03fbf68f8b2d102a7
blueprint-compiler_0.12.0.orig.tar.bz2 88.4 KiB 0f762e8a0dfef9aa46b4bddf8ed4bbc09b5d2fa2baff5dec109ccc513c6e9e00
blueprint-compiler_0.12.0-2.debian.tar.xz 3.1 KiB ead26d04db152222bebe8bf112c533d508fa4e939dfa6db4336370c14903c324

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.