blueprint-compiler 0.14.0-1 source package in Ubuntu
Changelog
blueprint-compiler (0.14.0-1) unstable; urgency=medium * New upstream release * Remove remaining patch: applied in new release -- Jeremy BĂcha <email address hidden> Mon, 16 Sep 2024 15:06:35 -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 | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
blueprint-compiler_0.14.0-1.dsc | 2.2 KiB | b39450ddbf443355da90fd4c134c3321a58db355596662791384cd8a7dbf3a22 |
blueprint-compiler_0.14.0.orig.tar.bz2 | 93.3 KiB | 2be7682be51b6cbd64ab6775ee6d5806bf18c599d503056eaa4e58f1705be22b |
blueprint-compiler_0.14.0-1.debian.tar.xz | 3.2 KiB | 8479299991f7ae3a29b4b4fffaedd4b277293fe23740fec43290d153b7222a88 |
Available diffs
- diff from 0.12.0-2 to 0.14.0-1 (24.1 KiB)
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.