From 1ec02fcd9546769bf120e35416950080c2d6f490 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 2 Jul 2013 09:49:07 +0000 Subject: Replace JSON morphologies with YAML. --- lua.morph | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'lua.morph') 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: [] -- cgit v1.2.1