8 lines
143 B
Factor
8 lines
143 B
Factor
|
|
REQUIRES: libs/http-client libs/xml ;
|
||
|
|
PROVIDE: libs/yahoo
|
||
|
|
{ +files+ {
|
||
|
|
"yahoo.factor"
|
||
|
|
"yahoo.facts"
|
||
|
|
} }
|
||
|
|
{ +tests+ { "test.factor" } } ;
|