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

## https://maven.apache.org/ref/3.6.3/maven-core/artifact-handlers.html
(type: #export Type
  Text)

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

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