aboutsummaryrefslogtreecommitdiff
path: root/lux-c++/project.lux
blob: 085d7ee0c532aa07336568bbb5d34e3dd36b7be4 (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
... This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
... If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

[""
 ["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"]]]