
643
Downloads
291
Downloads of v 1.1.1
11/22/2017
Last update
From http://www.idris-lang.org :
"Idris is a general purpose pure functional programming language with dependent types. Dependent types allow types to be predicated on values, meaning that some aspects of a program's behaviour can be specified precisely in the type. It is compiled, with eager evaluation. Its features are influenced by Haskell and ML, ..."
You can find the full feature list and comprehensive documentation at the link above and the Idris-dev Github wiki.
Chocolatey Idris is not affiliated with the Idris project and does not include a copy of Idris. It just automatically downloads and installs the Idris Windows binary distribution.
INFOS
Chocolatey Idris automatically installs either the 32bit or 64bit Idris distribution.
The Idris archive will be extracted to the Chocolatey package's tools\ sub-directory (usually C:\ProgramData\chocolatey\lib\idris\tools\), and Chocolatey will create shims for idris.exe and all idris-codegen-*.exe files, so that they are available in %PATH%
.
On updating or uninstalling, the (old) Idris distribution will be deleted together with the (old) Chocolatey package files.
To install Idris, run the following command from the command line or from PowerShell:
C:\> choco install idris
To upgrade Idris, run the following command from the command line or from PowerShell:
C:\> choco upgrade idris
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName = 'idris' $idrisVersion = '1.1.1' $url = "https://neon.se/idris/idris-$idrisVersion-win32.7z" $checksum = '40F5FB612C37F0E4D7F30B29F55776B3D46E9E13' $checksumType = 'SHA1' $url64 = "https://neon.se/idris/idris-$idrisVersion-win64.7z" $checksum64 = 'FB73F87F09CE9881476B4DE312AA4A0E1BBC13C4' $checksumType64 = 'SHA1' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition Write-Host "Installing to '$toolsDir'" Install-ChocolateyZipPackage $packageName $url $toolsDir $url64 ` -checksum $checksum -checksumType $checksumType ` -checksum64 $checksum64 -checksumType64 $checksumType64 $idrisDir = Join-Path $toolsDir idris $mingwDir = Join-Path $idrisDir mingw # avoid shim creation for mingw tools # (only idris*.exe shims shall be created) foreach ($exe in (Get-ChildItem $mingwDir '*.exe' -Recurse)) { New-Item $exe.Directory -Type File -Name "$exe.ignore" }
Virus Scan Results
- idris.1.1.1.nupkg (22f3eedbc40e) - ## / 61 - Log in or click on link to see number of positives
- idris-1.1.1-win64.7z (93cb2657ed2a) - ## / 58 - Log in or click on link to see number of positives
- idris-1.1.1-win32.7z (b75995674f3e) - ## / 59 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Copyright (c) 2011 Edwin Brady
Tags
Release Notes
https://github.com/idris-lang/Idris-dev/blob/master/CHANGELOG.md
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Idris 1.1.1 | 291 | Wednesday, November 22, 2017 | approved |
Idris 0.12.3 | 352 | Friday, October 14, 2016 | approved |
Discussion for the Idris Package
Ground rules:
- This discussion is only about Idris and the Idris 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 Idris, 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.