aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/dependency.lux
blob: 2507ad589c1dedbe2b8c65ff81ec0a1c5b620dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(.module:
  [lux (#- Type)])

(type: #export Type
  Text)

(template [<type> <name>]
  [(def: #export <name>
     Type
     <type>)]

  ["tar" lux-library]
  ["jar" jvm-library]
  )