aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/project.lux
blob: a1fc70758bb345f4593fd1435a6b768a06abd2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[""
 ["identity" ["com.github.luxlang" "lux-lua" "0.8.0-SNAPSHOT"]
  "info" ["description" "A Lua compiler for Lux."
          "url" "https://github.com/LuxLang/lux"
          "scm" "https://github.com/LuxLang/lux.git"
          "licenses" [["name" "Lux License v0.1.2"
                       "url" "https://github.com/LuxLang/lux/blob/master/license.txt"
                       "type" "repo"]]
          "developers" [["name" "Eduardo Julian"
                         "url" "https://github.com/eduardoejp"]]]
  
  "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/"]
  
  "lux" ["com.github.luxlang" "lux-jvm" "0.8.0-SNAPSHOT" "jar"]
  "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"]
                  ["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]

                  ["org.ow2.asm" "asm" "5.0.4" "jar"]
                  ["org.ow2.asm" "asm-commons" "5.0.4" "jar"]
                  ["org.ow2.asm" "asm-analysis" "5.0.4" "jar"]
                  ["org.ow2.asm" "asm-tree" "5.0.4" "jar"]
                  ["org.ow2.asm" "asm-util" "5.0.4" "jar"]
                  
                  ["com.github.luxlang" "rembulan-runtime" "0.1" "jar"]
                  ["com.github.luxlang" "rembulan-stdlib" "0.1" "jar"]
                  ["com.github.luxlang" "rembulan-compiler" "0.1" "jar"]]
  
  "program" program._
  ... TODO: Remove this when Rembulan is no longer being used.
  "configuration" ["lua_compiler?" ""]]]