On Aug 25, 2011, at 11:23 AM, Andrew Pennebaker wrote:

> factcheck fully functional
> https://github.com/mcandre/factcheck
> 
> How should I package it so that others can install it?
> 
> How does one install a Factor package?

The Factor community's pretty tiny, so we just throw everything under extra/ in 
the main Factor repository. Set up your module as follows:

- implementation in extra/factcheck/factcheck.factor
- write unit tests and put them in extra/factcheck/factcheck-tests.factor
- (optional but recommended) write docs and put them in 
extra/factcheck/factcheck-docs.factor
- put your name in extra/factcheck/authors.txt
- put some newline-separated tags in extra/factcheck/tags.txt

> How does one load the code from a Factor package (is USE/USING enough)?

Once the module is properly set up under extra, USING: factcheck ; will be 
sufficient.

-Joe

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to