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 de7325890..e617e015c 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -7,10 +7,17 @@
#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"]
-
+ #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]}
+
+ "bibliotheca"
+ {#description "Standard library for the Lux programming language."
#test "test/lux"}
"documentation"
{#program "documentation/lux"
- #test "documentation/lux"}}
+ #test "documentation/lux"}
+
+ "aedifex"
+ {#description "A build system/tool made exclusively for Lux."
+ #program "program/aedifex"
+ #test "test/aedifex"}}