1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
(.module: [library [lux #* [data [collection ["." dictionary]]]]] [//// [host [jvm (#+ Bundle)]]] ["." / #_ ["#." common] ["#." host]]) (def: #export bundle Bundle (dictionary.merge /common.bundle /host.bundle))