blueprint-compiler 0.12.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Drop all patches: applied in new release
  * Stop using dh-sequence-gnome

 -- Jeremy BĂ­cha <email address hidden>  Mon, 01 Apr 2024 14:18:15 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blueprint-compiler_0.12.0-1.dsc 2.2 KiB afb9d07b3651dfa2037bb4bde328a92335a32101e38e187506c9fc237b517346
blueprint-compiler_0.12.0.orig.tar.bz2 88.4 KiB 0f762e8a0dfef9aa46b4bddf8ed4bbc09b5d2fa2baff5dec109ccc513c6e9e00
blueprint-compiler_0.12.0-1.debian.tar.xz 3.1 KiB cfd59961f9fdab11b2085a266387e5e7e427b2f7aafdbb06c3bd9220c7ddd90d

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.