Changeset 39089 in project
- Timestamp:
- 11/01/20 12:35:09 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/packrat
r36418 r39089 18 18 19 19 To use the packrat API, import the {{packrat}} module. 20 21 == Repository 22 23 This egg is hosted by the CHICKEN subversion server. You can check it out with 24 25 $ svn co https://code.call-cc.org/svn/chicken-eggs/release/4/packrat 26 27 You can use the {{anonymous}} user and empty password or authenticate 28 with your own user in case you have one. 29 30 Note that the URL points to the CHICKEN 4 version, as the code 31 for CHICKEN 4 and CHICKEN 5 is the same (with some 32 {{cond-expand}}s). To avoid duplication of the `trunk' directory, 33 the {{/release/4/packrat/trunk}} directory has been kept as the 34 canonical development directory. Releases are published to the 35 CHICKEN version-specific directories 36 accordingly ({{/release/4/packrat/tags}} and 37 {{/release/5/packrat/tags}}). 38 20 39 21 40 == License
Note: See TracChangeset
for help on using the changeset viewer.