summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-31 15:01:26 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-31 15:01:26 +0100
commit032f57e98f33fdc801b159ce8c7a8db46fec12bd (patch)
tree6b095c0fd9767d2aa829657962e6692793582914
parent283e1513c392bfb597f5493eabdb581176575683 (diff)
downloadmorphs-032f57e98f33fdc801b159ce8c7a8db46fec12bd.tar.gz
add scripting stratum
-rw-r--r--scripting.morph12
1 files changed, 12 insertions, 0 deletions
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"
+ }
+ ]
+}