Am Freitag, dem 18.03.2022 um 21:12 +0100 schrieb Maxime Devos: > Liliana Marie Prikler schreef op vr 18-03-2022 om 20:16 [+0100]: > > +        (assoc-ref `(("bin" . ,(G_ "executable programs and > > scripts.")) > > +                     ("debug" . ,(G_ "debug information.")) > > +                     ("lib" . ,(G_ "shared libraries.")) > > +                     ("static" . ,(G_ "static libraries.")) > > +                     ("out" . ,(G_ "everything else."))) > > Some other outputs in the wild: "python", "utils", "xpi", "firefox", > "chromium", "gui", "doc", "drill", "examples", "pyldns", "nm", > "gtk2", > "gtk3", "gtk4", "module", "src", "woff2", "headless", "installer", > "jdk", "qt", "tester", "pulseaudio", "jack", "image", "opt-viewer", > "examples", "metis", "cargo". Oh, right, I just put in the most common ones. Of the ones you cite, "doc", "examples", "gui", "src" "utils", and perhaps "cargo" make sense if defined like this, the others appear rather specific. "python" in particular sounds like it might have multiple meanings. Cheers