diff options
author | Richard Dale <richard.dale@codethink.co.uk> | 2015-05-11 18:03:54 +0100 |
---|---|---|
committer | Richard Dale <richard.dale@codethink.co.uk> | 2015-05-12 10:21:17 +0100 |
commit | fc1080379493e8390c56638eda9d7852ec440894 (patch) | |
tree | e61a3b6aebd006a84ce6e3309a5bc7ab9ebb071e | |
parent | a98dd15c06e6513f70402d21be76e5a305e2a98c (diff) | |
download | lorries-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.lorry | 6 |
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" + } +} |