Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

6,266

Downloads of v 5.2.0.6:

1,545

Last Update:

20 Jun 2020

Package Maintainer(s):

Software Author(s):

  • Felix Winkelmann
  • Peter Bex
  • Evan Hanson
  • Kooda
  • megane

Tags:

chicken admin scheme lisp programming language

Chicken Scheme

  • 1
  • 2
  • 3

5.2.0.6 | Updated: 20 Jun 2020

Downloads:

6,266

Downloads of v 5.2.0.6:

1,545

Maintainer(s):

Software Author(s):

  • Felix Winkelmann
  • Peter Bex
  • Evan Hanson
  • Kooda
  • megane

Chicken Scheme 5.2.0.6

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Chicken Scheme, run the following command from the command line or from PowerShell:

>

To upgrade Chicken Scheme, run the following command from the command line or from PowerShell:

>

To uninstall Chicken Scheme, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade chicken -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade chicken -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install chicken
  win_chocolatey:
    name: chicken
    version: '5.2.0.6'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'chicken' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.2.0.6'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller chicken
{
    Name     = "chicken"
    Version  = "5.2.0.6"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'chicken':
  ensure   => '5.2.0.6',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 20 Jun 2020.

Description

CHICKEN is a compiler for the Scheme programming language. It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards, and many extensions. It runs on Linux, OS X, Windows, many Unix flavours, and aims to be
free, simple, portable, extensible, well documented and actively supported.

This package will install GCC, Make and the binutils in your MSYS2 install, and add the MINGW64 bin directory to your PATH.


chocolateyInstall.ps1
C:\tools\msys64\usr\bin\env MSYSTEM=MINGW64 /bin/bash -l -c 'pacman -S --needed --noconfirm pactoys'
C:\tools\msys64\usr\bin\env MSYSTEM=MINGW64 /bin/bash -l -c 'pacboy -Sy --needed --noconfirm binutils:x make:x gcc:x gettext:x readline:x'
New-Item C:\tools -ItemType Directory
Move-Item $env:chocolateyPackageFolder\tools C:\tools\chicken -Force
Install-ChocolateyEnvironmentVariable -VariableName "CHICKEN_PREFIX" -VariableValue "C:\tools\chicken" -VariableType Machine
Install-ChocolateyPath -PathToInstall "C:\tools\chicken\bin" -PathType Machine
Install-ChocolateyPath -PathToInstall "C:\tools\msys64\mingw64\bin" -PathType Machine
Update-SessionEnvironment
chocolateyUninstall.ps1
Remove-Item -Recurse -Force "C:\tools\chicken"
Uninstall-ChocolateyEnvironmentVariable -VariableName "CHICKEN_PREFIX" -VariableType Machine
Update-SessionEnvironment
LICENSE.txt
== Main license

CHICKEN falls under the following main license:

  Copyright (c) 2007-2020, The CHICKEN Team
  Copyright (c) 2000-2007, Felix L. Winkelmann
  All rights reserved.
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. The name of the authors may not be used to endorse or promote products
     derived from this software without specific prior written permission.
  
  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  

== Additional licenses in main code

synrules.scm:

  Copyright (c) 1993-2001, Richard Kelsey and Jonathan Rees
  All rights reserved.
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. The name of the authors may not be used to endorse or promote products
     derived from this software without specific prior written permission.
  
  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

irregex.scm:

  Copyright (c) 2005-2016, Alex Shinn
  All rights reserved.
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. The name of the authors may not be used to endorse or promote products
     derived from this software without specific prior written permission.
  
  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

{{let-optionals}} implementation in chicken-syntax.scm:

  Copyright (c) 1996 Olin Shivers
  All rights reserved.
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. The name of the authors may not be used to endorse or promote products
     derived from this software without specific prior written permission.
  
  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

=== Public domain / unencumbered

Since we would still like to acknowledge all the useful contributions
from people who gave us public domain code, here's a list for
completeness sake:

data-structures.scm:

  Copyright (C) 1995 Mikael Djurfeldt
  Taken from SLIB (slightly adapted)

  SLIB's sort.scm has this statement:

  Richard A. O'Keefe (based on Prolog code by D.H.D.Warren)
  This code is in the public domain.

extras.scm:

  Copyright (c) 1991, Marc Feeley 
  Author: Marc Feeley ([email protected])
  Distribution restrictions: none

== Tests

Tests are ''not'' part of a typical binary CHICKEN distribution, so
these licenses are only relevant in atypical situations:

tests/slatex.scm
tests/slatex.sty
tests/test.tex:
  Copyright (c) 1990-2002, Dorai Sitaram.
  All rights reserved.

  Permission to distribute and use this work for any
  purpose is hereby granted provided this copyright
  notice is included in the copy.  This work is provided
  as is, with no warranty of any kind.

tests/dwindtst.scm:

  Copyright (C) 1992 Aubrey Jaffer
  
  Permission to copy this software, to modify it, to redistribute it,
  to distribute modified versions, and to use it for any purpose is
  granted, subject to the following restrictions and understandings.
  
  1.  Any copy made of this software must include this copyright notice
  in full.
  
  2.  I have made no warranty or representation that the operation of
  this software will be error-free, and I am under no obligation to
  provide any services, by way of maintenance, update, or otherwise.
  
  3.  In conjunction with products arising from the use of this
  material, there shall be no use of my name in any advertising,
  promotional, or sales literature without prior written consent in
  each case.

tests/r4rstest.scm:

  Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2003 Free Software Foundation, Inc.
  
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
  Free Software Foundation; either version 2, or (at your option) any
  later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
  To receive a copy of the GNU General Public License, write to the
  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA; or view
  http://swissnet.ai.mit.edu/~jaffer/GPL.html

tests/numbers-test-gauche.scm:

   Copyright (c) 2000-2010  Shiro Kawai  <[email protected]>

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.

   3. Neither the name of the authors nor the names of its contributors
      may be used to endorse or promote products derived from this
      software without specific prior written permission.

  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
tools\bin\chicken-do.exe
md5: 83A715A8BD7DEB9AF440E0C467541DB2 | sha1: 2F15BB7BFA3A456FC979579716EEFD6E45B3084B | sha256: 041B2848BE76962A4A996CF5EDEBD6B397D3E35FE238A9BE83F79A564E4493CA | sha512: 14677F11F7D26157E55E1D661695E0E229F2141D1CA15E7162BDC769415CE53A40EA30BE2A50FAC18E2CF6426FC601BC8A77168F47DA990235795779B5C8B177
tools\bin\chicken-do.exe.ignore
 
tools\bin\chicken-install.exe
md5: CBDCE282C2CBCDA89BEC2EB6FA19CFD8 | sha1: 83313B3B921418574F241BE0A6879ABD7163BB83 | sha256: BF7F481F233105231640CF9589826FDDC9BAAA67A7091D4E0EA9116C0233DD92 | sha512: F1D996BF07638E12996D98371356A4C9EEE6C96507F69636D0E647FF56B67E49623D05724E7DFFB43C9E0C5183494FD18864DB71A41A5A879C86182642D5179E
tools\bin\chicken-install.exe.ignore
 
tools\bin\chicken-profile.exe
md5: D27136671180889ED56615F595C2701C | sha1: 14490DD6881CF0C549C8BDF8EFACB27C8439CE5E | sha256: B9234964F77494AFA80D5E907A8C5F3821007F6932F53BBD1D733E906A687556 | sha512: C9BDEAF494FCA968BBFBA6177A38822F68BA9F35D3A9071EC349BD8615C91953E29CD8D51CE796599449CEF7267AE62117C7E874F7ECE2B1557288CA81100775
tools\bin\chicken-profile.exe.ignore
 
tools\bin\chicken-status.exe
md5: 9BACA8E0F42AEF52C3C0B72FF3E41638 | sha1: 7901FC0AD855CA56BFE6127E488BC0508D15C082 | sha256: 550E8B0F4256E4EFD5A32A22F9FEC904FE7E2A938DBD3D827FA44EC1FE8682B6 | sha512: 9AC368C66A0D1E668D2612008F228CA4D9E499156038C87E02F7A1E451EA8F6D2B35986B8705D95053D84233DFE61F96508FF42E8BF9908880E7E062C9DCE7E9
tools\bin\chicken-status.exe.ignore
 
tools\bin\chicken-uninstall.exe
md5: 62A218685EFACC86581849FA9F6195D6 | sha1: 86267F41AFC58609E40DF11CDF24F3DD343C15A6 | sha256: 451799CDA16EEFB690A40F6157A321DC837261B047CFA065435D0D6EFC4B3B88 | sha512: 4B37B65C1319FE1D3EDD5510C2C57437B531062A53662B1CA0535A66A2CB7BD0FB8C45070BF289ABF9B241710B85D50B7903FF7B36F681B424A92C8BCB843E22
tools\bin\chicken-uninstall.exe.ignore
 
tools\bin\chicken.exe
md5: D3AD2E438938F5423831ECBC1F99D9C9 | sha1: 911D4DE0B6BB3FF114E8772B29952E741697F0EC | sha256: A4255DB98433238FD4C778B9801BDCBBE6A252BAE5FF45CAB74EDB805499928A | sha512: 20F5245F98B2228F9A14C7388B563A850454A62D370DC1CE969AE39977E70D074DCFCFB15371E87F858BA9733FFB97F785B1FE875ECF8D7B7EC822DE84B26F3C
tools\bin\chicken.exe.ignore
 
tools\bin\csc.exe
md5: 0B6D8828FC38287D72F7C777FBA75F05 | sha1: 6EA5074B077F1732E2F466737FCE0BCB3644B999 | sha256: AD6DF8A0789D4AB10E908BA89B41B4E9F4B2C71DC7D0772D4AD2846C1B31741C | sha512: 7C4ABA39F43C6B8FD4164F60E216A833276734626996C21A28442849EA4EA8B2F25FBB3B32A598F9F86E916D28CB3F4BE769DC7FF5C6334AB7C86C78FB2C28C3
tools\bin\csc.exe.ignore
 
tools\bin\csi.exe
md5: 7CDEEFEE0629FCAA266F5DC3EFDDD05D | sha1: A07CC4D4B12B66C96B4FECFA938FAD17A41A0CEE | sha256: C9722D60CAB49072CE45B38B19B085F1865FB49F5D4067FFB1C6D533C0AE32AC | sha512: 810A28F2A3E84E75BFCBD3CC63F66B2626DE3446BC7BFA0260EF8C01CC2C60A3952EEE39033E83A397891D87F5306DAEFA6D8E3C127B133F6990B810F95799D7
tools\bin\csi.exe.ignore
 
tools\bin\csibatch.bat
@echo off
csi -script %1 %2 %3 %4 %5 %6 %7 %8 %9
tools\bin\libchicken.dll
md5: 0F2C0E2D63F633B84BEC6E8D27B626DC | sha1: 82D9DD4723ABFFD9C493C198DDD7DB3A1DDED546 | sha256: 2A0BB062EA3DFB219467A7098D327FFF90BB5A097EF8ECB93F395725E41E7323 | sha512: FA5524E02BED0E0B0F3BCC259F88C0F78C6DAF9E5AA084E266B85A31C34AD7B64AA5410B3255C1CB010F4D718D06F7FA07EE7317D1FA5695710FECF6A28377EB
tools\include\chicken\chicken-config.h
 
tools\include\chicken\chicken.h
 
tools\lib\chicken\11\chicken.base.import.so
md5: FA16A6B23CA629ACACF156124A2AA4C7 | sha1: 0552CCF2D7E49060482B1D0281FEF851D6A4577E | sha256: 24AEBE4D190BB7BBC92F9673932961A2B05D1CC559F57FE38009E802803DAC7F | sha512: F58688F629B4932258CA4242B2E6BE57D47FAB9448BCF87EC673BA9F3B45757A250087D7D0356762DFDDBA71B634D2DB0CFC085FD4F58CBECBF0967A7CE169B3
tools\lib\chicken\11\chicken.bitwise.import.so
md5: 5B54077B4F4324068BD12D68FB03E960 | sha1: B2463023228ADD68EC47A4A90A6C82FBDD14F97C | sha256: 0EA25BA97E2B70B1A353091EA586051EBF13822B962B5106DA4417B901C4D4EE | sha512: CAB1D62B4F737A0F3856666191397AFB0885DE1F68D0A17848DA622D56977B7B624F8F92AF21DB85986337AD9C9B1744858D4E72803EC17AF8DF425C1EF2004F
tools\lib\chicken\11\chicken.blob.import.so
md5: 5DF137DE49EA8B321308F2C7E270D52A | sha1: 7B2206F337A15761F6003B5E3B69D260F883B24B | sha256: B8D45CB1C8B527A2C514E070C9EED68F054EA5F0844B7FF1A8515D9585222008 | sha512: 1789A322F9776A1AFA2FD68CA6C0D656A91B985908A4C3635A8D01B41E19A58F48AF3095E2C266DD25B23280E0A81D5DFF7080DD9C34780C2955D11387483783
tools\lib\chicken\11\chicken.compiler.user-pass.import.so
md5: 77DBEE99A3235139E5F035129CC57B46 | sha1: 2100E63582B584FA14D2CC7B41FFADC5D78FC488 | sha256: CB148FECBC34064F27270AB0D02BD0ADA5822588F3E005090CFD2245337E2188 | sha512: BB4BEA49DA1FB00CA84D4BD6FB4B5D21243556EEC9BCD49D4CF11D25E06ED18572C49D3760859471BCF1810CF4CEE2D4E39D99FE21572F10DAFC8E1B7BC8C513
tools\lib\chicken\11\chicken.condition.import.so
md5: 0CC26CF43136D3B80DFBE9D5D550277F | sha1: 64EDA824CCD80E7B23FE3C224299408DB93FB1E4 | sha256: 4A6C1EF53D21C038EF866A200DED2AE0A74BBF8137396EF5FC293A7C6F6C7FDC | sha512: E818B0EB70B86DFCB23259FBBC1E19D67EE5105B71AF593E3F41C1A71876809323AF2542FADF3AB55C49135AF8943BCE45A1E3BE78E8C3BC3AC40C9B933BD7F1
tools\lib\chicken\11\chicken.continuation.import.so
md5: 9D39C401A4FBC8F9482192B76B4BA3DE | sha1: 8B7DD5162168ADE63A747EE17A2A03B4927CCBB9 | sha256: 994EF4538F2520E0FF004D27A90B9AB4E5BDEBAFB26B339F197A74857DBBCBAB | sha512: F3E14B1B6F9E6274FC051945A9BB2A5F2639200C955AEE5B1BBD1524EF018AAB6A4298F65182A8B282B795864A8BA8E60A900BD316D0412CD051887528913EEA
tools\lib\chicken\11\chicken.csi.import.so
md5: 4ECAB173BD9D3513006E638DAF9DD459 | sha1: 4109EC4A5D21CDDAD99E9C02751B1B34B6DD10A9 | sha256: 1C04B371018A93CBC94F40906BCB05ACFA21EAF1452A9607E0D19857E9F4282D | sha512: D9D699C36405FC63FA314664588805E5C6A559D73B37879D8564E3F8405D1953CDF0610E101DD031EC116D3E6732C3AC4F87E2EF06E2F79B8CA1E1A2960936C2
tools\lib\chicken\11\chicken.errno.import.so
md5: 2DD0C9ABDC7E9E0296ED8BE7BC310467 | sha1: 792EF6CE6ECF7DC0C32BF882874F60E307A8C495 | sha256: 5354D99FEC9FCD422AA283338124DCA1B3FBA1BBCF0E84E4CEFD8C57F00A45A1 | sha512: 1A130538570F2BDB5A2D89947D1D68B496BA99D07D4B8DF30527A7A26AE62E109A0D7DAE3D49249666FD1B4935C2C5BE117BDEC674B6BAB4BF08608D89F37E19
tools\lib\chicken\11\chicken.eval.import.so
md5: 15EED517564A7F1611249A7259C889C4 | sha1: D91651B400BDB5146236AD72984FB0B2C0B6440C | sha256: B76462225CC72917C3B0943924E563DC3702FC3747E3EBAE3DB51494A63EE820 | sha512: DBB105682ECEB58A2DCE1D4902CD018E814F95D16837A429E3B6E06F9BFCDAA67FD3567F7088CFCA99E0F6890BC4AB59A744E7385FDCB70EE28AD723D829BE2B
tools\lib\chicken\11\chicken.file.import.so
md5: 65B25E81C13D1031A10B6ED1DFDF3CF7 | sha1: 187B26421C6B51B12A973368F60BFF03A03BB40C | sha256: AF780973CC3B1A3FECF5FC047DFA224046C2976FDABE435835C888436FCA300E | sha512: AC29BC857C5C89DD6686AC5B70E76A919676781515D55D2448BA602335FCA69D84B662BF3E5A18B1F7F8CA398098692D408F16FDBC69FF189463BDA8A03A2F31
tools\lib\chicken\11\chicken.file.posix.import.so
md5: CFE5E3663860DD9C7BD46E9AB5551F4F | sha1: 6B57ACB9138EFC7944FE068540C4C79E8E2795A3 | sha256: BE65A5494E538CF6B47B2ACF3F8848A3694664FDF089EA3C34BF162C305BC7E2 | sha512: 2FC20E8846F78904AD404FFB3E65186C95A94A8FAC68E7B3610B64DA201A81ED8825C26267EF15BA628E172C18F4BDC195EE6A4D2CB1A209B5994AF16971DBC1
tools\lib\chicken\11\chicken.fixnum.import.so
md5: 5CB83FC1B65C404551A83F699741E395 | sha1: 9F5A1C59C48D7908D28D41FB509D14327716ED14 | sha256: 898069782E62F24684F667EDD02A7C24D1093C5162C543417508A682C108FDDD | sha512: 0FA2299EA800700FB4CDAA17E2CE447E943CE3C86E3668467110B21276F1474292A79EB178DD8BB92E6959BE8F8C1CA3C2099E2C9402EBF920354AB550939F5A
tools\lib\chicken\11\chicken.flonum.import.so
md5: EC8C21C6088DA3CFF6628BA57EDE7DD7 | sha1: 772B5200CFF91A202A718CC3395A74B371480AD1 | sha256: 154D286F6C21D0C908DA0D10015CEC972DA17AA773F89C1BFB274BE61714FFD8 | sha512: 1C20D3C1523A90B7BDCBE5CB4EFB9352E5C8FCB34439B45F5226B0E895D3B84E1514AA548BB9DB4AAA746EDF2A8396FD41BC1CC1E542F8450A6D1FA8E35255E9
tools\lib\chicken\11\chicken.foreign.import.so
md5: BC437EC4E1D246F492DC3C3803CA2E98 | sha1: A6DC55C8AA33C0F309607FF61D5033FDB4E7BCBE | sha256: 4A61A5DFCDCC98D40AA4D8013CC71949EA67E54D9B4AF0E09395355985D7B219 | sha512: 6A2ACE0D598B660C7DCDEF12AE9080E6600156D35FD152579E82613340AB9C72D18F9AAAC456B42491EDA983231AE3C3CBC8D04DB7C2D8DB1C286347C4607F65
tools\lib\chicken\11\chicken.format.import.so
md5: 90C32CE6A75AF6E182D66F7F1C50114B | sha1: 6EBB50B6C3E3FF1DC3A2CBC3BE5875E0862752AD | sha256: 6DA46B6392CC834175FB969566635B6884D0553B18904AC8F38FB6AA6A88DE70 | sha512: 9FE36C541C5D9F7BED97373328B2AF9310117A2B572728067D858514EA93B32831D3A4FA7A73EDC0833671C04E342C9BE619C6E64DE48C4DDB0EE3728CE17C38
tools\lib\chicken\11\chicken.gc.import.so
md5: B0BCFBBFC7DDB01AFD934EF523D18D28 | sha1: 3305B6B418985F16B2DD9F5CAB439E22BEFDB8CB | sha256: 8B5DF2966B511C02C3CE3CA81AFC77D7C75BC7BF822DB02DA9F995B16E80E009 | sha512: 876FC8F390401CEC0F13AD530C9B61428C6A105ACFCBAD108D581086F53F7CD0F69FDC79F56E59CA48B3450902F9F870EEE43098F09B3D882C76E29C1CB6E55C
tools\lib\chicken\11\chicken.internal.import.so
md5: FF6732869E2A98A1207806E1B0B72505 | sha1: A67031C9D86AB222AF4DD22039628DE447DF7A9C | sha256: 36BF632F71D0F97AEC4F461C85FBA26B1054BD50D9EDF386DA44AC0A124333A7 | sha512: 84EBB5B08A55F0576C284152CACF02AAD88508FCBDA1D54BF14EFD6167A761C96FF6CFDB97CA3DC4CE0334FC0A91010E35BE26D3157CE9236336E0E7370C29A0
tools\lib\chicken\11\chicken.io.import.so
md5: A728371D781567BDEB81776151D86D62 | sha1: 7729D58E30856C756891A49C6749A1855E3E032B | sha256: E5D055FA68C965F9902C295FFFD71CC0A20482FA91715CFF8079E70480083469 | sha512: C6C5B4C9A24A6F973E19C0581347F7CCF805F07E83E9124A136FA6FEFBC9FB7AEAC7E88263B0864641E8F68E483A97E946F27C7F8C3984A3E56152EA1AEE73E6
tools\lib\chicken\11\chicken.irregex.import.so
md5: F228CA89D885FA2647A89B8C98566CF4 | sha1: C1934444DE37334E6C94967BB82D5DEC87244728 | sha256: F691C9B5A8B9445E498B4D5A8E431D7415D60B7C5C351A55D6676C32FDB15216 | sha512: 2A0B8A067C69AF72D33527D9D9FECBDE061F68DD1920419B0546DA0FE93BC393004B16EADBA27115AC9BADBA946A70C5D4D652CD16B02E7A9ADF8BE3C6E61BE6
tools\lib\chicken\11\chicken.keyword.import.so
md5: 44EE00426F83834B1CD5BDDAE06F17B0 | sha1: 11E34DCAA446318CAD5B3F9AA6C4EBB5E32E3A4A | sha256: 9E966AD953C5D3F6E8706498F50500DE6E350215562A0F5CA3324113E3BD2F5F | sha512: C604AF26AB53C106F2D474028F0EF199E61FC9841BFB044E08AA1A4A959C35CF2DA63B33DA9A6443A387CF59276DC8E70FF1104DD64B9AC20D85E505D948D496
tools\lib\chicken\11\chicken.load.import.so
md5: 97613B0B7546002FC267C373B9A1F9B3 | sha1: 11CB8C3744694F86C606F764B3FCD3C1B1917033 | sha256: 9E8C77757E24E20AB58F3A0E21922B51ECE63BD0969F959FD855DF06A6D121BB | sha512: C6CF6245D465C1BDEC5DB8985014DAB13EC3603281565647117DA3BDD3C0CBD6969D67B3E4906A30E94E3341436817D18F861F011D1BB7E8416BBA79C16AAE6E
tools\lib\chicken\11\chicken.locative.import.so
md5: E53B5CD3A5709195D39E1925E6AACD36 | sha1: D4A3E655F017EC152FA5AF2F84726405087B7A83 | sha256: 2C4D2DB0727113EE3F66F67895FAA6A6E0A5B42393791AA3612BF52559894986 | sha512: 717A38702B949BF7CA5A052DC1EDBD7FC7AF8387282590017BDCD63BE057F214D111B900E14616F94C15058CBD8703AEF152B3DEDB966C5595742D8674815E18
tools\lib\chicken\11\chicken.memory.import.so
md5: C16C00C1535377A4036692932B251AFA | sha1: 0852DC4790D79E9B6725F0F26652D02B37570217 | sha256: 16B352FE2487BE82A355204523C3C7E7A5F5D3E3E4DAB2555E5A100EF3988D86 | sha512: 9EAE4BCED14698EA01115D6883191A7AF755787C9FD77191E3233E3B40480A1760A6BE876BC3C52CB9B33CC27909EDFE31CD0A733D09524997435E6155389D6A
tools\lib\chicken\11\chicken.memory.representation.import.so
md5: A43F6285834018F49F8507445FBA92A1 | sha1: EF4F5A3D7444F3FA442C613AEB1C5ECF070A1F6E | sha256: 762DBFF11BFEF1F5C711A5ED28214EF70053222A6910D9ABBC47C2BF988ECA7B | sha512: 44F5EF06940088DDC09BD806E31FAF15D1105C4A3936C8E9F1E33AAD187465B189ACC28F6E7707FAA0365CB01D98C730E6153C0B37628378E96A4BE1EB5BE5D9
tools\lib\chicken\11\chicken.pathname.import.so
md5: C4C493C7D30753705A2114D26FC69475 | sha1: AB1F590EDE6320F8C4514DF9320D6F6BB8C08368 | sha256: F51C63062EBA4217521D9E7581E2C433A82CA50FCDF906E49E9244BC33495F89 | sha512: 170C0F6DCFEB6B9E8AA42FAEFA4D40ECFCF100FB5F47FB3FCFF91041834C0A27914AAE64B573F62B9EF83C06E853BF3F7A615A134363AFB7B35CF3FBEAA7E92C
tools\lib\chicken\11\chicken.platform.import.so
md5: 0DFEA9FFA4A0052E6D5D43867D900DE2 | sha1: AB79E9498005DEA58A14AABF8083C5C8BA5CACEA | sha256: 6B71CD4D138DCD3029EE5DB9990A06D60C2194A452937B7E26DB88E7E33F0EDF | sha512: C6C15B1805D14A04080E4903C046209CFCF62ACF8D90BE9BC1D4FDE374D8F67FDDDE854086E092CD7258DBAB008BEC7FD11DC2A46909BB87C8F9C667E6F0C77C
tools\lib\chicken\11\chicken.plist.import.so
md5: DA7DCAF202BDBE8FE1E103892315743E | sha1: EA44CEABA8D7E87027BA72D85C524F2D68DE52B5 | sha256: 53834E317343F0C58030AA24117C5C6FA99B512558C0577956F4F65128ABC78A | sha512: F9E85C2371267FF5BA0D2FB0DF39740658EFCF992A176C265597EF9E3F43A893AE0BADAFCA07B562820390B07A4BE6A22FA086F45CCA937AC5F88948ABEA26DB
tools\lib\chicken\11\chicken.port.import.so
md5: 5EB7B2C8DB4B7DCA31B1F8B67CB5C25A | sha1: 85AAE35A72AD7D9DE245D0C2EA23EA48BD0B6055 | sha256: EC5A4B551AD898C79CC3C4FD7FC7A97ADA8BD0FE96317694C23E440C611CE72B | sha512: 380FE4772F2EB56E2DF8499A481D3BC98739E1AAB0947ABE9568D4D79DD5E9CB6D98A4A8E81327BFDEF91D4DB252EAFD866AA0CC2CF5A526C710BF7D7CDD0C38
tools\lib\chicken\11\chicken.pretty-print.import.so
md5: ACABD5F898C6EED36CC3042D9309AC01 | sha1: DD26F4A19734CF2BE44F666E35C4C592E7133A0B | sha256: E710334F5CEB8FA914E290ABE653DD268E08D872DA3090A60F1A058D822F8B38 | sha512: 4AF008A084795EDFF76DF846F6BEAD1C3519F160D4D7482A2C8A0B093DBBBFFC5566A52C2C0610175F6556A624D751945D20E05B259D1F07B6995B80C2D194D1
tools\lib\chicken\11\chicken.process-context.import.so
md5: 389BBDEBE0493719CF0813F671AB90C5 | sha1: 99749DBAAC5E1F4EA39E963DDB96E15F00C65438 | sha256: B7F5BBA175E678540C6A6BC6A7D836861EF57303883734F57C2632B80412350C | sha512: 1752EDE5A67E7844507C6E802E858CD1CAE2D122F94BDFBFA047C7DC97B6E41E17353EA96DC11D1957390500C237D338A8E3D5B8B31539538CF17EAC50078E4B
tools\lib\chicken\11\chicken.process-context.posix.import.so
md5: D0B6FA91CFE86CA7A812816F21621E5E | sha1: 78B3E336ED9B2ECA3B9FEBAC213F9F753B0CFE8E | sha256: 20F4AE7F685E533F07DDEC3E65AEC72B7E208591FD14419BE3BC96CE658BB4A8 | sha512: 3DBDD04194A26E4F5208CAB4BB356E91D73B5A736D323EAABA9C671247BB2AC8747CFD0FF891BF98E970BC45373CB5F6CB8FB9A4740A75CD912A1F7BC8ADB3F6
tools\lib\chicken\11\chicken.process.import.so
md5: 60C228592D48A268CA09C5A8E5028A2B | sha1: 00166FE041C9F35EB2848BA10A45D05F5FBEB140 | sha256: CDA47AFB6D75B27D8030E4E4E46713DBF8E34A982705879A80691D7990756B12 | sha512: 0E72B342E02ADC8064041CF752C7EDC375529692F169B728ADBD8C2D535C1529E8A37AED7EA034975B8756177B582D57DA8C9B52E14E0F389CA7A2D0F1D310AE
tools\lib\chicken\11\chicken.process.signal.import.so
md5: C2DB2CD795A54822200D68B45CEAF426 | sha1: 8103842445D056421F512ACCFE35DFE0BF45E16E | sha256: 5CB40E259BCF73651E625216F7F5258B8DF1160B09B347A9CB08784EF5CAE36D | sha512: 873492EC0E41D80B2B8C880B64CE2F5BE27A24AE1289E50A8AE039EDD600A37BDBBC4BD9A2B3364A2FDA4C78B103ACFA744075DF92A1E402FB25C58AAD3A57AD
tools\lib\chicken\11\chicken.random.import.so
md5: 0C92BE5C6B69C0BB7AA3128AEDC4F415 | sha1: 76EFA4176C8A275FABB8A67C6B3F28B2E8F4AADA | sha256: 6122EBA6D634FFDA9B39FC329CADC9BE1FAF1F2837B2C9018C2957EA110F5F85 | sha512: ECB85D74649F5382F5CA6FFDC2ACCB1D70188CD03245FAA7358585AFB7FCC250D4705193D55F6E06B5485BB25771605480FAD0D44DF9CBA948E8840C4019DA27
tools\lib\chicken\11\chicken.read-syntax.import.so
md5: 48DDDF05CB6940C9D30E1C36C20EC04E | sha1: D13E0612BF6AA1A35A9EE71CA93DAB1F0E4ED27F | sha256: F91FBEDA4700634F1FEB726C6E0624CC7BAD30576D0E30A3D1A488CDF5D3235A | sha512: A12B594B1DB7EBBEDCD34223BA6D4B1DAC72B92CBA678814F2CD16DA53B263B1AB8C28EEE5AF1DE5DE79E9061439E54A6AD26787C06658FD2EC707589B743874
tools\lib\chicken\11\chicken.repl.import.so
md5: CB18A273FE1784B68B014E60C7D7BE60 | sha1: C194551FB1A4B53A00818A21E58F7AC37AB108D8 | sha256: 075B9A58A45F2FC035B086A3109C023B41BFDD2B0636A7D288A086A8EF4919DC | sha512: B1E3B0E5FF6334B0D21AC76F049D5C6004E921BD56A7DB7448869C97D935995CDB4284500DD4672D1C76CC1308BD9203A76EE91CBD6C8C1E32F9A07B4AE83425
tools\lib\chicken\11\chicken.sort.import.so
md5: 952FE4BFB22B872699C621644F3724F6 | sha1: 6120B0ABA9A3BB9D2D503A8B06F60676D3D002D5 | sha256: 0A1E160A0EDB71D0D9433E83894CAE33407ABB85C6676FB81D0BD942D3E81629 | sha512: 3E5B330B42C137B828A52FC7A5CDCC8216FDD63ACE8C93FE3AB22269BDAA148455FB6C48211998D3CE53185A0A78D7D08B910DD4E326D13F58A9CE86443C98C9
tools\lib\chicken\11\chicken.string.import.so
md5: B62D0F6AD3B3A528C4B4231D5B92CBD0 | sha1: A74B1F15902EB56C33E8FC43BA25AC2066C7CC46 | sha256: EE29CF91B12D7A85E20DE5AD807122C0283D4DCB5F8158B4B421D8132FA7649D | sha512: 15FA89E9DA726CF6E7203BB8D442A8439404E4CA89282D54B71C006902C657FDFEAE5BF1C7ABAD7A760BDFA6206BB68408AFFB4718110CB32C3E505E463BFBB4
tools\lib\chicken\11\chicken.syntax.import.so
md5: 3D482B3DD90FD45D596E84A73D209DA2 | sha1: A02299CC3C6FA3C26D1374D5CA37D69625045FF2 | sha256: 4B212AC68A50754ABDA4A54F269020A01FCC6D74AD1105C36EE3A6D4D109EF6F | sha512: A717D86CB5666E9E2F2BC258CCE9F181E2439AD21F436A0C08F1DAB1DC89526A467B5DC665D99D7D6E534B8C9DEED811E484D175181BB555B80138D51CFFE4E2
tools\lib\chicken\11\chicken.tcp.import.so
md5: A79B8E11046F6263607A7203E4CB589D | sha1: 2EA1962F51447A878BEFBDBF289AA6A1570B042C | sha256: 0F84C8F44711439BE34A57709A263742AAC80B3475B46019C268758C4451206E | sha512: EADB93688E31BAB5127123E2F54549088A69F4AE8F7D475F1EEB944981CA8C3DD2E6521CF9005FD03D9F6F7E11D28C2132276C3732CCADAFD0B14C9C93CFFBCE
tools\lib\chicken\11\chicken.time.import.so
md5: 633FD09A95EC681EA3C1933CEB426C7D | sha1: 50B92F6FA998CF47D4C72EDB5089657613F5D753 | sha256: CF7344F5B97CDF018419FACD2611803F0D4EB06BA6BB3268CAC47A4DD68E395E | sha512: C89F1406F676E206F4031168CEB254098D9CFB614BD6E90E8A083320513B612513AB3C38809CDC0885E06BBB16039F54A748FF2CDDF9B174D25E019E6E1DBE24
tools\lib\chicken\11\chicken.time.posix.import.so
md5: 5BAC2B0F8B9C5D37F9379482B4833143 | sha1: C8FDE2349E0CEEF4F5C9C48B56B18304F03E3775 | sha256: 917782D4E1DE9D72866A83BF6BE4B34E34CA2FD673B70E1E96E75FA7106DAEC2 | sha512: 5FB0EBE7ED78831F7D9D858D45BF7C2CA1B3D44B93D2CBC4BF1D69860FD1F72C4F11FA932FB1E75177BFCF077E28D5C9D072A5BE4A59F522CF7605D4E23B0F0C
tools\lib\chicken\11\srfi-4.import.so
md5: 7A55C0BC82D2ED07C197E81D9BE79A90 | sha1: C6026DD62C9DDD48537D737014D0E9137BFBE09A | sha256: 9F213E94A12887458B541FBCFFB0BD174430F1DF833F4EA9B7F258F8F174A462 | sha512: D5F45D46BC8F641B4E8976E954B1E9C812031053BEE3F70135ABEC36691B3907CAEBC709FDDAEFC42F7564FB40C80EA651AD9ECEC5E1FC1E21E015DF1D93B1FC
tools\lib\chicken\11\types.db
 
tools\lib\libchicken.a
 
tools\lib\libchicken.dll.a
 
tools\share\chicken\doc\chicken.png
 
tools\share\chicken\doc\feathers.tcl
 
tools\share\chicken\doc\LICENSE
 
tools\share\chicken\doc\manual-html\Accessing external objects.html
 
tools\share\chicken\doc\manual-html\Acknowledgements.html
 
tools\share\chicken\doc\manual-html\Bibliography.html
 
tools\share\chicken\doc\manual-html\Bugs and limitations.html
 
tools\share\chicken\doc\manual-html\C interface.html
 
tools\share\chicken\doc\manual-html\Cross development.html
 
tools\share\chicken\doc\manual-html\Data representation.html
 
tools\share\chicken\doc\manual-html\Debugging.html
 
tools\share\chicken\doc\manual-html\Declarations.html
 
tools\share\chicken\doc\manual-html\Deployment.html
 
tools\share\chicken\doc\manual-html\Deviations from the standard.html
 
tools\share\chicken\doc\manual-html\Egg specification format.html
 
tools\share\chicken\doc\manual-html\Embedding.html
 
tools\share\chicken\doc\manual-html\Extension tools.html
 
tools\share\chicken\doc\manual-html\Extensions to the standard.html
 
tools\share\chicken\doc\manual-html\Extensions.html
 
tools\share\chicken\doc\manual-html\Foreign type specifiers.html
 
tools\share\chicken\doc\manual-html\Getting started.html
 
tools\share\chicken\doc\manual-html\Included modules.html
 
tools\share\chicken\doc\manual-html\Interface to external functions and variables.html
 
tools\share\chicken\doc\manual-html\manual.css
 
tools\share\chicken\doc\manual-html\Module (chicken base).html
 
tools\share\chicken\doc\manual-html\Module (chicken bitwise).html
 
tools\share\chicken\doc\manual-html\Module (chicken blob).html
 
tools\share\chicken\doc\manual-html\Module (chicken condition).html
 
tools\share\chicken\doc\manual-html\Module (chicken continuation).html
 
tools\share\chicken\doc\manual-html\Module (chicken csi).html
 
tools\share\chicken\doc\manual-html\Module (chicken errno).html
 
tools\share\chicken\doc\manual-html\Module (chicken eval).html
 
tools\share\chicken\doc\manual-html\Module (chicken file posix).html
 
tools\share\chicken\doc\manual-html\Module (chicken file).html
 
tools\share\chicken\doc\manual-html\Module (chicken fixnum).html
 
tools\share\chicken\doc\manual-html\Module (chicken flonum).html
 
tools\share\chicken\doc\manual-html\Module (chicken foreign).html
 
tools\share\chicken\doc\manual-html\Module (chicken format).html
 
tools\share\chicken\doc\manual-html\Module (chicken gc).html
 
tools\share\chicken\doc\manual-html\Module (chicken io).html
 
tools\share\chicken\doc\manual-html\Module (chicken irregex).html
 
tools\share\chicken\doc\manual-html\Module (chicken keyword).html
 
tools\share\chicken\doc\manual-html\Module (chicken load).html
 
tools\share\chicken\doc\manual-html\Module (chicken locative).html
 
tools\share\chicken\doc\manual-html\Module (chicken memory representation).html
 
tools\share\chicken\doc\manual-html\Module (chicken memory).html
 
tools\share\chicken\doc\manual-html\Module (chicken module).html
 
tools\share\chicken\doc\manual-html\Module (chicken pathname).html
 
tools\share\chicken\doc\manual-html\Module (chicken platform).html
 
tools\share\chicken\doc\manual-html\Module (chicken plist).html
 
tools\share\chicken\doc\manual-html\Module (chicken port).html
 
tools\share\chicken\doc\manual-html\Module (chicken pretty-print).html
 
tools\share\chicken\doc\manual-html\Module (chicken process signal).html
 
tools\share\chicken\doc\manual-html\Module (chicken process).html
 
tools\share\chicken\doc\manual-html\Module (chicken process-context posix).html
 
tools\share\chicken\doc\manual-html\Module (chicken process-context).html
 
tools\share\chicken\doc\manual-html\Module (chicken random).html
 
tools\share\chicken\doc\manual-html\Module (chicken read-syntax).html
 
tools\share\chicken\doc\manual-html\Module (chicken repl).html
 
tools\share\chicken\doc\manual-html\Module (chicken sort).html
 
tools\share\chicken\doc\manual-html\Module (chicken string).html
 
tools\share\chicken\doc\manual-html\Module (chicken syntax).html
 
tools\share\chicken\doc\manual-html\Module (chicken tcp).html
 
tools\share\chicken\doc\manual-html\Module (chicken time posix).html
 
tools\share\chicken\doc\manual-html\Module (chicken time).html
 
tools\share\chicken\doc\manual-html\Module (chicken type).html
 
tools\share\chicken\doc\manual-html\Module r4rs.html
 
tools\share\chicken\doc\manual-html\Module r5rs.html
 
tools\share\chicken\doc\manual-html\Module scheme.html
 
tools\share\chicken\doc\manual-html\Module srfi-4.html
 
tools\share\chicken\doc\manual-html\Modules.html
 
tools\share\chicken\doc\manual-html\The User's Manual.html
 
tools\share\chicken\doc\manual-html\Types.html
 
tools\share\chicken\doc\manual-html\Units and linking model.html
 
tools\share\chicken\doc\manual-html\Using the compiler.html
 
tools\share\chicken\doc\manual-html\Using the interpreter.html
 
tools\share\chicken\doc\README
 
tools\share\chicken\setup.defaults
 
VERIFICATION.txt
This package was compiled from source for Chocolatey by Daniel Ziltener <[email protected]>.

The script used to build the package can be found at https://gitea.lyrion.ch/zilti/chicken-package or at the GitHub mirror https://github.com/zilti/chicken-package.
_TODO.txt
TODO

1. Determine Package Use: 

 Organization? Internal Use? - You are not subject to distribution 
  rights when you keep everything internal. Put the binaries directly 
  into the tools directory (as long as total nupkg size is under 1GB). 
  When bigger, look to use from a share or download binaries from an 
  internal location. Embedded binaries makes for the most reliable use 
  of Chocolatey. Use `$fileLocation` (`$file`/`$file64`) and 
  `Install-ChocolateyInstallPackage`/`Get-ChocolateyUnzip` in
  tools\chocolateyInstall.ps1.

  You can also choose to download from internal urls, see the next 
  section, but ignore whether you have distribution rights or not, it 
  doesn't apply. Under no circumstances should download from the 
  internet, it is completely unreliable. See 
  https://chocolatey.org/docs/community-packages-disclaimer#organizations
  to understand the limitations of a publicly available repository.

 Community Repository? 
  Have Distribution Rights?
    If you are the software vendor OR the software EXPLICITLY allows
    redistribution and the total nupkg size will be under 200MB, you 
    have the option to embed the binaries directly into the package to 
    provide the most reliable install experience. Put the binaries 
    directly into the tools folder, use `$fileLocation` (`$file`/ 
    `$file64`) and `Install-ChocolateyInstallPackage`/
    `Get-ChocolateyUnzip` in tools\chocolateyInstall.ps1. Additionally,
    fill out the LICENSE and VERIFICATION file (see 3 below and those
    files for specifics).

    NOTE: You can choose to download binaries at runtime, but be sure 
     the download location will remain stable. See the next section.

  Do Not Have Distribution Rights?
    - Note: Packages built this way cannot be 100% reliable, but it's a
      constraint of publicly available packages and there is little 
      that can be done to change that. See
      https://chocolatey.org/docs/community-packages-disclaimer#organizations
      to better understand the limitations of a publicly available 
      repository.
    Download Location is Publicly Available?
      You will need to download the runtime files from their official 
      location at runtime. Use `$url`/`$url64` and 
      `Install-ChocolateyPackage`/`Install-ChocolateyZipPackage` in
      tools\chocolateyInstall.ps1.
    Download Location is Not Publicly Available?
      Stop here, you can't push this to the community repository. You 
      can ask the vendor for permission to embed, then include a PDF of 
      that signed permission directly in the package. Otherwise you 
      will need to seek alternate locations to non-publicly host the 
      package.
    Download Location Is Same For All Versions?
      You still need to point to those urls, but you may wish to set up
      something like Automatic Updater (AU) so that when a new version
      of the software becomes available, the new package version 
      automatically gets pushed up to the community repository. See
      https://chocolatey.org/docs/automatic-packages#automatic-updater-au

2. Determine Package Type:

- Installer Package - contains an installer (everything in template is 
  geared towards this type of package)
- Zip Package - downloads or embeds and unpacks archives, may unpack 
  and run an installer using `Install-ChocolateyInstallPackage` as a 
  secondary step.
- Portable Package - Contains runtime binaries (or unpacks them as a 
  zip package) - cannot require administrative permissions to install 
  or use
- Config Package - sets config like files, registry keys, etc
- Extension Package - Packages that add PowerShell functions to 
  Chocolatey - https://chocolatey.org/docs/how-to-create-extensions
- Template Package - Packages that add templates like this for `choco
  new -t=name` - https://chocolatey.org/docs/how-to-create-custom-package-templates
- Other - there are other types of packages as well, these are the main
  package types seen in the wild

3. Fill out the package contents: 

- tools\chocolateyBeforeModify.ps1 - remove if you have no processes 
  or services to shut down before upgrade/uninstall
- tools\LICENSE.txt / tools\VERIFICATION.txt - Remove if you are not 
  embedding binaries. Keep and fill out if you are embedding binaries 
  in the package AND pushing to the community repository, even if you 
  are the author of software. The file becomes easier to fill out 
  (does not require changes each version) if you are the software 
  vendor. If you are building packages for internal use (organization,
  etc), you don't need these files as you are not subject to
  distribution rights internally.
- tools\chocolateyUninstall.ps1 - remove if autouninstaller can 
  automatically uninstall and you have nothing additional to do during 
  uninstall
- Readme.txt - delete this file once you have read over and used 
  anything you've needed from here
- nuspec - fill this out, then clean out all the comments (you may wish
  to leave the headers for the package vs software metadata)
- tools\chocolateyInstall.ps1 - instructions in next section.

4. ChocolateyInstall.ps1:

- For embedded binaries - use `$fileLocation` (`$file`/`$file64`) and 
  `Install-ChocolateyInstallPackage`/ `Get-ChocolateyUnzip`.
- Downloading binaries at runtime - use `$url`/`$url64` and 
  `Install-ChocolateyPackage` / `Install-ChocolateyZipPackage`.
- Other needs (creating files, setting registry keys), use regular 
  PowerShell to do so or see if there is a function already defined:
  https://chocolatey.org/docs/helpers-reference
- There may also be functions available in extension packages, see
  https://chocolatey.org/packages?q=id%3A.extension for examples and
  availability.
- Clean out the comments and sections you are not using.

5. Test the package to ensure install/uninstall work appropriately. 
 There is a test environment you can use for this - 
 https://github.com/chocolatey/chocolatey-test-environment

6. Learn more about Chocolatey packaging - go through the workshop at
 https://github.com/ferventcoder/chocolatey-workshop
 You will learn about
 - General packaging
 - Customizing package behavior at runtime (package parameters)
 - Extension packages
 - Custom packaging templates
 - Setting up an internal Chocolatey.Server repository
 - Adding and using internal repositories
 - Reporting
 - Advanced packaging techniques when installers are not friendly to
   automation

7. Delete this file.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Chicken Scheme 5.2.0.5 121 Saturday, June 20, 2020 Approved
Chicken Scheme 5.2.0.3 295 Friday, May 1, 2020 Approved
Chicken Scheme 5.2.0.2 207 Friday, April 3, 2020 Approved
Chicken Scheme 5.2.0 269 Monday, March 2, 2020 Approved
Chicken Scheme 4.13.0 1313 Friday, December 15, 2017 Approved
Chicken Scheme 4.12.0 794 Wednesday, July 12, 2017 Approved
Chicken Scheme 4.11.0.1 858 Saturday, October 22, 2016 Approved
Chicken Scheme 4.11.0 451 Wednesday, October 19, 2016 Approved
Discussion for the Chicken Scheme Package

Ground Rules:

  • This discussion is only about Chicken Scheme and the Chicken Scheme package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Chicken Scheme, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus