]> gitweb.factorcode.org Git - factor.git/blob - libs/match/load.factor
35cc94c8dfeb72a46fc0fcc9b00ebda7f4eb2af7
[factor.git] / libs / match / load.factor
1 ! Copyright (C) 2006 Chris Double.
2 ! See http://factorcode.org/license.txt for BSD license.
3 PROVIDE: libs/match
4 { +files+ {
5   "match.factor"
6   "match.facts"
7 } }
8 { +tests+ {
9   "tests.factor"
10 } } ;