aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.lux
blob: b9e998cdeaf33d9813e9c7c7cf35c075238c3a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{""
 [#identity ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT"]
  #description "A Ruby compiler for Lux."
  
  #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/"]
  
  #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]
  #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "tar"]
                 ["org.jruby" "jruby-complete" "9.2.15.0" "jar"]]
  
  #program "program"]}