factor/libs/match/load.factor

11 lines
196 B
Factor
Raw Normal View History

! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: libs/match
2006-10-21 02:40:38 -04:00
{ +files+ {
"match.factor"
"match.facts"
2006-10-21 02:40:38 -04:00
} }
{ +tests+ {
"tests.factor"
} } ;