aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-25 16:47:50 -0400
committerEduardo Julian2021-08-25 16:47:50 -0400
commitb216900093c905b3b20dd45c69e577b192e2f7a3 (patch)
tree4d6ac7d257752a8c54ca77dd58df9753ce357ab6 /lux-lua/project.lux
parent36303d6cb2ce3ab9e36d045b9516c997bd461862 (diff)
Updates to the Lua compiler.
Diffstat (limited to 'lux-lua/project.lux')
-rw-r--r--lux-lua/project.lux16
1 files changed, 16 insertions, 0 deletions
diff --git a/lux-lua/project.lux b/lux-lua/project.lux
new file mode 100644
index 000000000..855257f3f
--- /dev/null
+++ b/lux-lua/project.lux
@@ -0,0 +1,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"}}