factor/libs/xml/load.factor

16 lines
341 B
Factor

! Copyright (C) 2005, 2006 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: libs/xml
{ +files+ {
"char-class.factor"
"tokenizer.factor"
"parser.factor"
"writer.factor"
"utilities.factor"
"xml.facts"
} }
{ +tests+ {
"test.factor"
} }
{ +help+ { "xml" "intro" } } ;