aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-03 21:51:30 -0400
committerEduardo Julian2021-09-03 21:51:30 -0400
commit891b1cfc82322f8017f0a4f6b707d6fe52024545 (patch)
tree957429c0a2ad850b3570492deabe054fb2ace63e /stdlib/project.lux
parente76add6e6f904677f5c09bb2a66dce283f1b848a (diff)
Unified tuple and record syntax.
Diffstat (limited to 'stdlib/project.lux')
-rw-r--r--stdlib/project.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/stdlib/project.lux b/stdlib/project.lux
index 5e1b4d02a..5c6601eb0 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -1,36 +1,36 @@
-{""
- {#identity ["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT"]
+[""
+ [#identity ["com.github.luxlang" "stdlib" "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/"]}
+ "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]
"jvm"
- {#compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]}
+ [#compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]]
"js"
- {#compiler ["com.github.luxlang" "lux-js" "0.6.0-SNAPSHOT" "js"]}
+ [#compiler ["com.github.luxlang" "lux-js" "0.6.0-SNAPSHOT" "js"]]
"python"
- {#compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"]}
+ [#compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"]]
"lua"
- {#compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"]}
+ [#compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"]]
"ruby"
- {#compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"]}
+ [#compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"]]
"bibliotheca"
- {#description "Standard library for the Lux programming language."
- #test "test/lux"}
+ [#description "Standard library for the Lux programming language."
+ #test "test/lux"]
"documentation"
- {#program "documentation/lux"
- #test "documentation/lux"}
+ [#program "documentation/lux"
+ #test "documentation/lux"]
"aedifex"
- {#description "A build system/tool made exclusively for Lux."
+ [#description "A build system/tool made exclusively for Lux."
#program "program/aedifex"
- #test "test/aedifex"}}
+ #test "test/aedifex"]]