summaryrefslogtreecommitdiff
path: root/scripting.morph
diff options
context:
space:
mode:
Diffstat (limited to 'scripting.morph')
-rw-r--r--scripting.morph20
1 files changed, 0 insertions, 20 deletions
diff --git a/scripting.morph b/scripting.morph
deleted file mode 100644
index 2c9ee6a2..00000000
--- a/scripting.morph
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "scripting",
- "kind": "stratum",
- "description": "Interpreters for scripting languages.",
- "build-depends": [
- {
- "repo": "baserock:baserock/morphs",
- "ref": "master",
- "morph": "tools"
- }
- ],
- "chunks": [
- {
- "name": "lua",
- "repo": "upstream:lua",
- "ref": "baserock/5.1-morph",
- "build-depends": []
- }
- ]
-}