! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: libs/match
{ +files+ {
"match.factor"
"match.facts"
} }
{ +tests+ {
"tests.factor"
} } ;