Changeset 12969 in project
Legend:
- Unmodified
- Added
- Removed
-
README
r2798 r12969 1 This directory contains the development files for the official 2 extensions of the CHICKEN Scheme implementation. You will find one 3 directory for each extension containing all relevant files needed to 4 build and distribute it. 1 You have checked out the entire version controlled tree of all software 2 and other infrastructure available for the Chicken Scheme system. 5 3 6 For more information, visit:4 Here, you will find the following files and directories: 7 5 8 <http://chicken.wiki.br/Notes for extension maintainers> 6 art 7 Various chicken-related artwork 8 9 benchmarks-shootout 10 Benchmarks for the Great Languages Shootout at 11 http://shootout.alioth.debian.org 12 13 chicken 14 Code for the Chicken compiler itself, laid out according to the 15 common trunk, tags, branches system 16 17 doc-indices 18 Files containing documentation indices for the various 19 components of Chicken, mainly for use by the documentation 20 browser at callcc.org 21 22 egg-template.scm 23 A documentation template for the eggdoc documentation system 24 25 maintenance 26 Various system maintenance scripts, for the chicken servers 27 28 nondescript 29 Code for old eggs that contained no meta files 30 31 post-commit-tasks.scm 32 Subversion script for tasks that should be executed after 33 every commit 34 35 release 36 The source fils for eggs, grouped by Chicken release number 37 38 salmonella-custom-feeds 39 Custom RSS feed configuration for "salmonella", the automated 40 egg testing system; a file here contains names for eggs to 41 put in the feed. 42 43 wiki 44 The files for the svnwiki installation at http://chicken.wiki.br
Note: See TracChangeset
for help on using the changeset viewer.