aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/project.lux
blob: 855257f3f2c10da77da4c2edf6949d164e37d938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{""
 {#identity ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT"]
  
  #deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
                        "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}

  #repositories ["https://oss.sonatype.org/content/repositories/snapshots/"
                 "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
  
  #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]
  #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "tar"]
                 ["net.sandius.rembulan" "rembulan-runtime" "0.1-SNAPSHOT" "jar"]
                 ["net.sandius.rembulan" "rembulan-stdlib" "0.1-SNAPSHOT" "jar"]
                 ["net.sandius.rembulan" "rembulan-compiler" "0.1-SNAPSHOT" "jar"]]
  
  #program "program"}}