10 lines
126 B
Factor
10 lines
126 B
Factor
|
|
REQUIRES: libs/serialize ;
|
||
|
|
|
||
|
|
PROVIDE: libs/store
|
||
|
|
{ +files+ {
|
||
|
|
"store.factor"
|
||
|
|
} }
|
||
|
|
{ +tests+ {
|
||
|
|
"test-store.factor"
|
||
|
|
} } ;
|