aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2018-05-01 00:40:01 -0400
committerEduardo Julian2018-05-01 00:40:01 -0400
commit4b7d81c1e0449adc031ece6299fe4d0a09f66347 (patch)
tree0e57526f8cc68b19e7714ccecce09f2ed367883a /new-luxc/project.clj
parentf8d6348b3fec0c55768ebcd8dba446949b8a4ef7 (diff)
- WIP: - Initial PHP back-end implementation [missing procedures].
Diffstat (limited to '')
-rw-r--r--new-luxc/project.clj30
1 files changed, 21 insertions, 9 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index 770612a73..a7580b4f5 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -13,18 +13,30 @@
[:url "https://github.com/eduardoejp"]]]
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]
["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- ["bedatadriven" "https://nexus.bedatadriven.com/content/groups/public/"]]
+ ["bedatadriven" "https://nexus.bedatadriven.com/content/groups/public/"]
+ ["jitpack" "https://jitpack.io"]]
:scm {:name "git"
:url "https://github.com/LuxLang/lux.git"}
- :dependencies [[org.ow2.asm/asm-all "5.0.3"]
- [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
- [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
- [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
- [org.jruby/jruby-complete "9.1.16.0"]
- [org.python/jython-standalone "2.7.1"]
- [org.renjin/renjin-script-engine "0.8.2527"]
- ]
+ :dependencies [;; JVM Bytecode
+ [org.ow2.asm/asm-all "5.0.3"]
+ ;; LUA
+ ;; [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
+ ;; [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
+ ;; [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
+ ;; Ruby
+ ;; [org.jruby/jruby-complete "9.1.16.0"]
+ ;; Python
+ ;; [org.python/jython-standalone "2.7.1"]
+ ;; R
+ ;; [org.renjin/renjin-script-engine "0.8.2527"]
+ ;; Scheme
+ ;; [kawa-scheme/kawa-core "2.4"]
+ ;; Common Lisp
+ ;; [org.abcl/abcl "1.5.0"]
+ ;; PHP 5
+ [org.develnext.jphp/jphp-core "0.9.2"]
+ [org.develnext.jphp/jphp-scripting "0.9.2"]]
:source-paths ["source"]
:test-paths ["test"]