aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
blob: 5c6601eb02e32b5cfb1f5c0d77680006157e93e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[""
 [#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/"]]

 "jvm"
 [#compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]]

 "js"
 [#compiler ["com.github.luxlang" "lux-js" "0.6.0-SNAPSHOT" "js"]]

 "python"
 [#compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"]]

 "lua"
 [#compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"]]

 "ruby"
 [#compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"]]

 "bibliotheca"
 [#description "Standard library for the Lux programming language."
  #test "test/lux"]

 "documentation"
 [#program "documentation/lux"
  #test "documentation/lux"]

 "aedifex"
 [#description "A build system/tool made exclusively for Lux."
  #program "program/aedifex"
  #test "test/aedifex"]]