aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/project.lux')
-rw-r--r--stdlib/project.lux13
1 files changed, 10 insertions, 3 deletions
diff --git a/stdlib/project.lux b/stdlib/project.lux
index e617e015c..fe3cfb227 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -5,9 +5,16 @@
"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"]}
+ "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]}
+
+ "jvm"
+ {#compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]}
+
+ "python"
+ {#compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"]}
+
+ "lua"
+ {#compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"]}
"bibliotheca"
{#description "Standard library for the Lux programming language."