summaryrefslogtreecommitdiff
path: root/lua.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-07-02 09:49:07 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-07-02 09:49:07 +0000
commit1ec02fcd9546769bf120e35416950080c2d6f490 (patch)
treea864bd38f9623260263df6ec816c7f527ee61807 /lua.morph
parentbb1c5872b5e73bed652240daad982b90282314f9 (diff)
downloaddefinitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz
Replace JSON morphologies with YAML.
Diffstat (limited to 'lua.morph')
-rw-r--r--lua.morph32
1 files changed, 12 insertions, 20 deletions
diff --git a/lua.morph b/lua.morph
index 299e1f3f..a30b4562 100644
--- a/lua.morph
+++ b/lua.morph
@@ -1,20 +1,12 @@
-{
- "name": "lua",
- "kind": "stratum",
- "description": "Interpreter for the lua scripting language.",
- "build-depends": [
- {
- "repo": "baserock:baserock/morphs",
- "ref": "master",
- "morph": "tools"
- }
- ],
- "chunks": [
- {
- "name": "lua",
- "repo": "upstream:lua",
- "ref": "baserock/5.1-morph",
- "build-depends": []
- }
- ]
-}
+name: lua
+kind: stratum
+description: Interpreter for the lua scripting language.
+build-depends:
+- repo: baserock:baserock/morphs
+ ref: master
+ morph: tools
+chunks:
+- name: lua
+ repo: upstream:lua
+ ref: baserock/5.1-morph
+ build-depends: []