Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Set version |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | v1.0.2 | chicken-5 |
Files: | files | file ages | folders |
SHA3-256: |
1e66b64c5715b722933a6650ab8b28bd |
User & Date: | murphy 2018-08-18 00:19:59.717 |
Context
2018-08-18
| ||
14:40 | Updated API documentation for CHICKEN 5 check-in: 6808e2f205 user: murphy tags: chicken-5 | |
00:19 | Set version check-in: 1e66b64c57 user: murphy tags: v1.0.2, chicken-5 | |
2018-08-14
| ||
11:29 | Added #! line to build script check-in: 429766d9ff user: murphy tags: chicken-5 | |
Changes
Changes to address-info.egg.
1 2 3 4 | ((category net) (synopsis "Network address information access") (license "BSD") (author "Thomas Chust") | | | 1 2 3 4 5 6 7 8 9 10 11 | ((category net) (synopsis "Network address information access") (license "BSD") (author "Thomas Chust") (version "1.0.2") (test-dependencies test) (components (extension address-info (custom-build "build-address-info")))) ;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;; |
Changes to address-info.release-info.
1 2 3 | (repo fossil "https://chust.org/repos/chicken-{egg-name}") (uri targz "https://chust.org/repos/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}") | | < | 1 2 3 4 5 6 | (repo fossil "https://chust.org/repos/chicken-{egg-name}") (uri targz "https://chust.org/repos/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}") (release "1.0.2") ;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;; |