Downloads:
413,670
Downloads of v 3.0.0.20141127:
400
Last Update:
28 Nov 2014
Package Maintainer(s):
Software Author(s):
- David M. Beazley
- William Fulton
Tags:
swig- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
swig
This is not the latest version of swig available.
- 1
- 2
- 3
3.0.0.20141127 | Updated: 28 Nov 2014
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
413,670
Downloads of v 3.0.0.20141127:
400
Maintainer(s):
Software Author(s):
- David M. Beazley
- William Fulton
Tags:
swigswig 3.0.0.20141127
This is not the latest version of swig available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by David M. Beazley, William Fulton. The inclusion of David M. Beazley, William Fulton trademark(s), if any, upon this webpage is solely to identify David M. Beazley, William Fulton goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install swig, run the following command from the command line or from PowerShell:
To upgrade swig, run the following command from the command line or from PowerShell:
To uninstall swig, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download swig --internalize --version=3.0.0.20141127 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade swig -y --source="'INTERNAL REPO URL'" --version="'3.0.0.20141127'" [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 swig -y --source="'INTERNAL REPO URL'" --version="'3.0.0.20141127'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install swig
win_chocolatey:
name: swig
version: '3.0.0.20141127'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'swig' do
action :install
source 'INTERNAL REPO URL'
version '3.0.0.20141127'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller swig
{
Name = "swig"
Version = "3.0.0.20141127"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'swig':
ensure => '3.0.0.20141127',
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.
This package was approved by moderator ferventcoder on 30 Nov 2014.
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), D, Go language, Java, Lua, Modula-3, OCAML, Octave and R. Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket, Chicken) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code. SWIG can also export its parse tree in the form of XML and Lisp s-expressions.
Log in or click on link to see number of positives.
- swigwin-3.0.0.zip (be829be4b87c) - ## / 40
- swig.3.0.0.20141127.nupkg (1e198490e9b3) - ## / 56
- swig.exe (b028b9f6d233) - ## / 53
- ccache-swig.exe (4e0f7baae3aa) - ## / 54
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 |
---|---|---|---|---|
Simplified Wrapper and Interface Generator 4.1.1 | 66572 | Saturday, March 4, 2023 | Approved | |
Simplified Wrapper and Interface Generator 4.1.0 | 134 | Saturday, March 4, 2023 | Approved | |
Simplified Wrapper and Interface Generator 4.0.2.04082020 | 87734 | Thursday, August 6, 2020 | Approved | |
Simplified Wrapper and Interface Generator 4.0.2 | 9248 | Friday, July 3, 2020 | Approved | |
Simplified Wrapper and Interface Generator 4.0.1 | 66507 | Saturday, September 28, 2019 | Approved | |
Simplified Wrapper and Interface Generator 4.0.0 | 13735 | Wednesday, May 1, 2019 | Approved | |
SWIG 3.0.12 | 93411 | Wednesday, October 24, 2018 | Approved | |
SWIG 3.0.11 | 360 | Monday, October 22, 2018 | Approved | |
SWIG 3.0.10 | 248 | Monday, October 22, 2018 | Approved | |
swig 3.0.9 | 36319 | Sunday, June 4, 2017 | Approved | |
SWIG 3.0.8 | 1188 | Saturday, June 10, 2017 | Approved | |
SWIG 3.0.7 | 858 | Monday, October 22, 2018 | Approved | |
swig 3.0.6 | 13943 | Tuesday, July 7, 2015 | Approved | |
swig 3.0.5 | 3742 | Friday, May 22, 2015 | Approved | |
SWIG 3.0.4 | 236 | Tuesday, October 23, 2018 | Approved | |
SWIG 3.0.3 | 256 | Monday, October 22, 2018 | Approved | |
swig 3.0.2 | 6410 | Saturday, November 29, 2014 | Approved | |
SWIG 3.0.1 | 230 | Monday, October 22, 2018 | Approved | |
swig 3.0.0.20141127 | 400 | Friday, November 28, 2014 | Approved | |
swig 3.0.0 | 634 | Monday, May 19, 2014 | Unknown | |
swig 2.0.12 | 1099 | Tuesday, March 11, 2014 | Unknown | |
SWIG 2.0.11 | 258 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.10 | 331 | Monday, October 22, 2018 | Approved | |
swig 2.0.9 | 633 | Tuesday, December 18, 2012 | Unknown | |
SWIG 2.0.8 | 229 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.7 | 254 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.6 | 233 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.5 | 213 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.4 | 234 | Tuesday, October 23, 2018 | Approved | |
SWIG 2.0.3 | 218 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.2 | 234 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.1 | 229 | Monday, October 22, 2018 | Approved | |
SWIG 2.0.0 | 215 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.40 | 296 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.39 | 249 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.38 | 228 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.37 | 239 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.36 | 217 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.35 | 238 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.34 | 221 | Wednesday, October 24, 2018 | Approved | |
SWIG 1.3.33 | 221 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.32 | 259 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.31 | 305 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.30 | 236 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.29 | 231 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.28 | 243 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.27 | 232 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.25 | 207 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.24 | 197 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.23 | 225 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.22 | 220 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.21 | 168 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.20 | 194 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.19 | 199 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.18 | 188 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.17 | 148 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.16 | 201 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.15 | 185 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.14 | 189 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.13 | 172 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.12 | 180 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.11 | 203 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.10 | 181 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.9 | 189 | Tuesday, October 23, 2018 | Approved | |
SWIG 1.3.7 | 165 | Monday, October 22, 2018 | Approved | |
SWIG 1.3.6 | 217 | Monday, October 22, 2018 | Approved |
GPL
This package has no dependencies.
Ground Rules:
- This discussion is only about swig and the swig 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 swig, 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.