address-info

Check-in [692768db5f]
Login

Check-in [692768db5f]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Corrected dependencies
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | v1.0.3 | chicken-5
Files: files | file ages | folders
SHA3-256: 692768db5fb142a14eb88eed53f4601ced6cdeb1f7dae6e29fcbd4dea54b464c
User & Date: murphy 2018-11-06 16:23:36.408
Context
2018-11-06
16:24
Updated release information with new tag check-in: 69930cc16c user: murphy tags: chicken-5
16:23
Corrected dependencies check-in: 692768db5f user: murphy tags: v1.0.3, chicken-5
2018-08-18
14:40
Updated API documentation for CHICKEN 5 check-in: 6808e2f205 user: murphy tags: chicken-5
Changes
Unified Diff Ignore Whitespace Patch
Changes to address-info.egg.
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: ;;




|
>
>
|
>





1
2
3
4
5
6
7
8
9
10
11
12
13
14
((category net)
 (synopsis "Network address information access")
 (license "BSD")
 (author "Thomas Chust")
 (version "1.0.3")
 (dependencies
   srfi-1)
 (test-dependencies
   test)
 (components
   (extension address-info
     (custom-build "build-address-info"))))

;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;;