aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-18 03:29:15 -0400
committerEduardo Julian2021-08-18 03:29:15 -0400
commite00ba096c8837abe85d366e0c1293c09dbe84d81 (patch)
treedc1f0955d4461ae30bb4945cddd74c462f1aee98 /stdlib/project.lux
parent3289b9dcf9d5d1c1e5c380e3185065c8fd32535f (diff)
Some bug fixes.
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"}}