aboutsummaryrefslogtreecommitdiff
path: root/lux-c++/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-c++/project.lux')
-rw-r--r--lux-c++/project.lux24
1 files changed, 24 insertions, 0 deletions
diff --git a/lux-c++/project.lux b/lux-c++/project.lux
new file mode 100644
index 000000000..564c47f28
--- /dev/null
+++ b/lux-c++/project.lux
@@ -0,0 +1,24 @@
+[""
+ ["identity" ["com.github.luxlang" "lux-c++" "0.8.0-SNAPSHOT"]
+ "info" ["description" "A C++ compiler for Lux."
+ "url" "https://github.com/LuxLang/lux"
+ "scm" "https://github.com/LuxLang/lux.git"
+ "licenses" [["name" "Lux License v0.1.2"
+ "url" "https://github.com/LuxLang/lux/blob/master/license.txt"
+ "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/"]
+
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"]
+ ]
+
+ "program" program._]
+
+ "python"
+ ["lux" ["com.github.luxlang" "lux-python" "0.8.0-SNAPSHOT" "jar"]]]