factor/libs/xml-rpc/load.factor

13 lines
278 B
Factor
Raw Permalink Normal View History

2006-11-23 20:21:42 -05:00
! Copyright (C) 2005, 2006 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
2006-11-28 21:57:29 -05:00
REQUIRES: libs/xml libs/base64 libs/http-client libs/httpd ;
2006-11-23 20:21:42 -05:00
2006-11-28 21:57:29 -05:00
PROVIDE: libs/xml-rpc
2006-11-23 20:21:42 -05:00
{ +files+ {
"xml-rpc.factor"
"xml-rpc.facts"
} }
{ +tests+ {
"test.factor"
} } ;