Restoring baseline.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-03-30 09:54:18 -05:00
parent 48c1707fbe
commit 02bc11d6a7
1 changed files with 9 additions and 7 deletions

View File

@ -17,19 +17,21 @@ BaselineOfMiniDocs >> baseline: spec [
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
"baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/Teapot/source' ];"
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' ]."
"self fossil: spec."
"self xmlParserHTML: spec"
"Packages"
spec
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')];
package: 'MiniDocs' with: [ spec requires: #('LepiterBuildingBlocs' 'Mustache' 'Temple' 'Teapot' 'Tealight' 'PetitMarkdown' 'PetitParser')].
package: 'MiniDocs'
with: [ spec requires: #(
'Mustache' 'Temple' "Templating"
'Teapot' 'Tealight' "Web server"
'PetitMarkdown' 'PetitParser' "Parsers"
'DataFrame' "Tabular data")].
.
"Groups"