Differences From Artifact [33781fe125]:
- File pkts.scm — part of check-in [dd54d5b729] at 2019-12-15 20:56:13 on branch v1.70-defunct-try — Updates for pkts. Still not compiling. (user: matt, size: 954) [annotate] [blame] [check-ins using]
To Artifact [4f496b5684]:
- File attic/pkts.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 951) [annotate] [blame] [check-ins using]
- File attic_modular/pkts.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 951) [annotate] [blame] [check-ins using]
- File pkts.scm — part of check-in [eb1e33a754] at 2019-12-15 21:35:20 on branch v1.70-defunct-try — pkts incorporated as compilation unit/module with chicken-install supported and it all compiles and seems to work. (user: matt, size: 951) [annotate] [blame] [check-ins using]
- File pktsmod.scm — part of check-in [38a3940f9b] at 2021-04-06 22:53:22 on branch v1.6584-ck5 — Getting still closer but not there yet (user: matt, size: 951) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
14 15 16 17 18 19 20 | ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== | | | 14 15 16 17 18 19 20 21 22 23 | ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit pkts)) (include "pkts/pkts.scm") |