blueprint-compiler

Markup language and compiler for GTK 4 user interface definitions

brewmacoslinux
Try with needOr install directly
Source

About

Markup language and compiler for GTK 4 user interfaces

Commands

blueprint-compiler

Examples

Compile a Blueprint file to GTK UI XML$ blueprint-compiler compile myinterface.blp -o myinterface.ui
Batch compile all Blueprint files in a directory$ blueprint-compiler compile-dir src/ -d build/
Format a Blueprint file in-place$ blueprint-compiler format myinterface.blp