Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 347 Bytes

README.MD

File metadata and controls

21 lines (16 loc) · 347 Bytes

Soup

Soup is a simple HTML scraping library.

Install

Metacello new
	baseline: 'Soup';
	repository: 'github://Ducasse/Soup';
	load

If you want to depend on it

Add the following code to your Metacello baseline or configuration

spec 
   baseline: 'Soup' 
   with: [ spec repository: 'github://Ducasse/Soup/' ]