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