aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension.lux
blob: ce0a3991b1fa243a601e3e3717acb7a152cc2604 (plain)
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: .public bundle
  Bundle
  (dictionary.merged /common.bundle
                     /host.bundle))