Source: blueprint-compiler Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Heather Ellsworth , Jeremy BĂ­cha Build-Depends: appstream-util, debhelper-compat (= 13), dh-sequence-python3, gir1.2-adw-1 , libgtk-4-dev, meson (>= 0.52.0), python3-gi, xauth , xvfb , Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/gnome-team/blueprint-compiler.git Vcs-Browser: https://salsa.debian.org/gnome-team/blueprint-compiler Homepage: https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/ Rules-Requires-Root: no Package: blueprint-compiler Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-girepository-2.0, python3-gi, Description: 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.