Changeset 25505 in project
- Timestamp:
- 11/15/11 00:22:42 (9 years ago)
- Location:
- wiki/eggref/4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/easy-args
r25490 r25505 22 22 and usage message utilities, use srfi-37 itself or see [[/eggref/4/args|args]], 23 23 [[/eggref/4/getopt-long|getopt-long]], or [[/eggref/4/usage|usage]]. 24 25 The source for this egg is available at [[http://github.com/evhan/easy-args]]. 24 26 25 27 ==== define-arguments -
wiki/eggref/4/git
r25503 r25505 12 12 development. This library has been written and tested against Chicken 4.6 & 4.7 13 13 and libgit2 0.15.0. If you encounter problems, check your versions. 14 15 The source for this egg is available at [[http://github.com/evhan/chicken-git]]. 14 16 15 17 === Documentation -
wiki/eggref/4/ini-file
r25491 r25505 17 17 This egg supports only its most basic features (comments, sections, 18 18 zero- and one-valued properties). 19 20 The source for this egg is available at [[http://github.com/evhan/ini-file]]. 19 21 20 22 ==== API -
wiki/eggref/4/srfi-71
r25151 r25505 9 9 This egg provides the operations for working with multiple values 10 10 described by [[http://srfi.schemers.org/srfi-71/|SRFI 71: Extended LET-syntax for multiple values]]. 11 12 The source for this egg is available at [[http://github.com/evhan/srfi-71]]. 11 13 12 14 === Author
Note: See TracChangeset
for help on using the changeset viewer.