1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
(.using [library [lux "*" [data [collection ["[0]" dictionary]]]]] [//// [host [jvm {"+" Bundle}]]] ["[0]" / "_" ["[1][0]" common] ["[1][0]" host]]) (def: .public bundle Bundle (dictionary.merged /common.bundle /host.bundle))