aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.lux
blob: de197966023d7c1ef7413283ed9627dc7b065a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[""
 ["identity" ["com.github.luxlang" "lux-ruby" "0.6.6-SNAPSHOT"]
  "description" "A Ruby compiler for Lux."
  "info" ["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/"]
  
  "lux" ["com.github.luxlang" "lux-jvm" "0.6.6-SNAPSHOT" "jar"]
  "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.6-SNAPSHOT" "tar"]

                  ["org.jruby" "jruby-complete" "9.2.15.0" "jar"]]
  
  "program" "program"]]