Adding minimal YAML support via PetitParser.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-10-23 21:40:33 -05:00
parent 938c5cc8e9
commit 37e67b5802
1 changed files with 5 additions and 1 deletions

View File

@ -11,8 +11,12 @@ BaselineOfGrafoscopioUtils >> baseline: spec [
spec
for: #common
do: [
"Dependencies"
"Dependencies"
spec baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser/src' ].
self fossil: spec.
"Groups"
spec group: 'PetitParser' with: #('Minimal' 'Indent' 'YAML').
"Packages"
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil') ]