blueprint-compiler 0.6.0-1 source package in Ubuntu

Changelog

blueprint-compiler (0.6.0-1) unstable; urgency=high

  * New upstream release
  * Remove unnecessary patches

 -- Heather Ellsworth <email address hidden>  Mon, 09 Jan 2023 21:22:41 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blueprint-compiler_0.6.0-1.dsc 2.2 KiB 278e3a222b6de7d1f8576d5cabac9f574a17627e12819251e746bf1ffd556668
blueprint-compiler_0.6.0.orig.tar.bz2 55.6 KiB e8746dcbc66a002337614002ddf4ac075b5b0322eb7ec685f735ab37894ea5b9
blueprint-compiler_0.6.0-1.debian.tar.xz 2.6 KiB b3b00739cdc4bfd0e0e5ff46c3b01995d93d412abe58dabba15a0f5c4e84ab48

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.