aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension.lux
blob: 69f29376cee1b2549cd2923d8659169bc88b20f5 (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))