IUP

Check-in [c270258d1a]
Login

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

Overview
Comment:Point CHICKEN release-info to chisel mirror
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c270258d1af52d57de4e53d64b083dd6976a7831
User & Date: murphy 2017-02-23 18:38:11.925
Context
2017-09-01
11:34
Pointed CHICKEN release-info to main repository check-in: 3df4db720c user: murphy tags: trunk
2017-02-23
18:38
Point CHICKEN release-info to chisel mirror check-in: c270258d1a user: murphy tags: trunk
2016-04-21
07:36
Some clarification in the documentation of show from iup-base check-in: 833e7a465c user: murphy tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to chicken/iup.release-info.
1
2
3
4
5
6
7
8
9
10
11
;; -*- mode: Scheme; -*-
(repo fossil "http://chust.org/fossils/{egg-name}")

(uri meta-file "http://chust.org/fossils/{egg-name}/doc/v{egg-release}/chicken/{egg-name}.meta")
(release "1.8.0")
(release "1.7.0")
(release "1.6.0")
(release "1.5.0")
(release "1.4.0")
(release "1.3.0")
(release "1.2.1")

|

|







1
2
3
4
5
6
7
8
9
10
11
;; -*- mode: Scheme; -*-
(repo fossil "https://chiselapp.com/user/murphy/repository/scheme-{egg-name}")

(uri meta-file "https://chiselapp.com/user/murphy/repository/scheme-{egg-name}/doc/v{egg-release}/chicken/{egg-name}.meta")
(release "1.8.0")
(release "1.7.0")
(release "1.6.0")
(release "1.5.0")
(release "1.4.0")
(release "1.3.0")
(release "1.2.1")