From fc1080379493e8390c56638eda9d7852ec440894 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 11 May 2015 18:03:54 +0100 Subject: 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 --- open-source-lorries/elixir.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/elixir.lorry 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" + } +} -- cgit v1.2.1