From 032f57e98f33fdc801b159ce8c7a8db46fec12bd Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 31 May 2012 15:01:26 +0100 Subject: add scripting stratum --- scripting.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripting.morph diff --git a/scripting.morph b/scripting.morph new file mode 100644 index 0000000..4dd2a18 --- /dev/null +++ b/scripting.morph @@ -0,0 +1,12 @@ +{ + "name": "scripting", + "kind": "stratum", + "description": "Interpreters for scripting languages.", + "sources": [ + { + "name": "lua", + "repo": "upstream:lua", + "ref": "baserock/5.1-morph" + } + ] +} -- cgit v1.2.1