summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-05-11 18:03:54 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-12 10:21:17 +0100
commitfc1080379493e8390c56638eda9d7852ec440894 (patch)
treee61a3b6aebd006a84ce6e3309a5bc7ab9ebb071e
parenta98dd15c06e6513f70402d21be76e5a305e2a98c (diff)
downloadlorries-fc1080379493e8390c56638eda9d7852ec440894.tar.gz
Add an elixir lorry
Elixir is a new language built on top of the Erlang VM. It is a dynamic, functional language designed for building scalable and maintainable applications. Change-Id: Ia96fd35a6be3e922f6fe15a08fa3a50b0e1834d2
-rw-r--r--open-source-lorries/elixir.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/elixir.lorry b/open-source-lorries/elixir.lorry
new file mode 100644
index 0000000..5b85cb9
--- /dev/null
+++ b/open-source-lorries/elixir.lorry
@@ -0,0 +1,6 @@
+{
+ "elixir": {
+ "type": "git",
+ "url": "git://github.com/elixir-lang/elixir.git"
+ }
+}