aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2019-02-12 18:56:18 -0400
committerEduardo Julian2019-02-12 18:56:18 -0400
commit845ccb5460583df6cbf37824c2eed82729a24804 (patch)
tree52dc2b64b8d6f08fd3e4717e9fb3c31aa2704833 /stdlib/project.clj
parent733e35d9e17d1fc0bdb642e7b56ebd7ac34d4b67 (diff)
Re-named "lux/platform" to "lux/tool".
Diffstat (limited to '')
-rw-r--r--stdlib/project.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj
index c4fa14f41..9497165ab 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -19,9 +19,9 @@
:url ~(str repo ".git")}
:source-paths ["source"]
- :profiles {:library {:description "Standard library for the Lux programming language."
- :dependencies []
- :lux {:tests {:jvm "test/lux"}}}
+ :profiles {:bibliotheca {:description "Standard library for the Lux programming language."
+ :dependencies []
+ :lux {:tests {:jvm "test/lux"}}}
:scriptum {:description "A documentation generator for Lux code."
:dependencies []
:lux {:program {:jvm "program/scriptum"}}}