Hello, To build DrGeo I use the squeaksource MetacelloRepository (example bellow). I can not find it in SmalltalkHub? I can see in PahroExtra/XMLParser ConfigurationOfXMLParser, is it the same as ConfigurationOfXMLSupport. Can I find equivalent of ConfigurationOfXMLSupport matching the exact same XML source version? Unhelpful, I did not find how to browse the source form Smalltalkhub to explore online the ConfigurationOf... code. Thanks Hilaire baseline1012: spec <version: '10.12-baseline'> spec for: #pharo do: [ spec blessing: #baseline. spec project: 'XML Parser' with: [ spec className: 'ConfigurationOfXMLSupport'; version: '1.0.1'; loads: #('default'); file: 'ConfigurationOfXMLSupport'; repository: 'http://www.squeaksource.com/MetacelloRepository']. spec package: 'DrGeoII-Core' with: [ spec requires: 'XML Parser']] -- Dr. Geo - http://drgeo.eu