6 lines
213 B
Factor
6 lines
213 B
Factor
|
|
! Copyright (C) 2007 Slava Pestov, Daniel Ehrenberg.
|
||
|
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
|
PROVIDE: libs/memoize
|
||
|
|
{ +files+ { "memoize.factor" "memoize.facts" } }
|
||
|
|
{ +tests+ { "test.factor" } } ;
|