aboutsummaryrefslogtreecommitdiff
path: root/licentia/project.lux
blob: 93f43aa473723fcd2f7e288628181f883f13d377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{#identity ["com.github.luxlang" "licentia" "0.6.0-SNAPSHOT"]
 #description "A program for producing free/open-source/reciprocal licenses."
 
 #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.6.0-SNAPSHOT" "tar"]]
 #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]
 ... #compiler ["com.github.luxlang" "lux-js" "0.6.0-SNAPSHOT" "js"]
 ... #compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"]
 ... #compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"]
 ... #compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"]

 #program "program/licentia"
 #test "test/licentia"}