Adding Temple and full PetitParser

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-03-19 12:09:28 -05:00
parent 1a380405a3
commit 31bdc6dbd2
1 changed files with 2 additions and 5 deletions

View File

@ -13,13 +13,10 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
baseline: 'LepiterBuildingBlocs' with: [spec repository: 'github://botwhytho/LepiterBuildingBlocs:main/src'];
baseline: 'PetitParser' with: [
spec
loads: #('Minimal' 'Core' 'Tests' 'Islands');
repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
].
baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser:v3.x.x/src' ].
"self fossil: spec."
self xmlParserHTML: spec.
"Packages"