aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2023-01-16 03:14:45 -0400
committerEduardo Julian2023-01-16 03:14:45 -0400
commita7f2679f1372f222c1610ed4d1226b1b893fcc1a (patch)
tree5743222c78bcab68b70493d54555d4b14510de09 /lux-jvm/project.lux
parent33188f943329296ff4c19ad3fcf717194e3b237e (diff)
Can now compile the JVM back-end using itself.
Diffstat (limited to 'lux-jvm/project.lux')
-rw-r--r--lux-jvm/project.lux25
1 files changed, 25 insertions, 0 deletions
diff --git a/lux-jvm/project.lux b/lux-jvm/project.lux
new file mode 100644
index 000000000..8dd553595
--- /dev/null
+++ b/lux-jvm/project.lux
@@ -0,0 +1,25 @@
+... This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
+... If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+[""
+ ["identity" ["com.github.luxlang" "lux-jvm" "0.8.0-SNAPSHOT"]
+ "info" ["description" "A JVM bytecode compiler for Lux."
+ "url" "https://github.com/LuxLang/lux"
+ "scm" "https://github.com/LuxLang/lux.git"
+ "licenses" [["name" "Mozilla Public License Version 2.0"
+ "url" "https://github.com/LuxLang/lux/blob/master/license.md"
+ "type" "repo"]]
+ "developers" [["name" "Eduardo Julian"
+ "url" "https://github.com/eduardoejp"]]]
+
+ "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/"]
+
+ "lux" ["com.github.luxlang" "lux-jvm" "0.8.0-SNAPSHOT" "jar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"]
+ ["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]]
+
+ "program" program._]]