Package: cmake3
Version: 3.7.0-1
Architecture: amd64
Maintainer: Doc Bacardi
Installed-Size: 41853
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), procps
Filename: ./amd64/cmake3_3.7.0-1_amd64.deb
Size: 8436192
MD5sum: 16304e2bc0fdf18950e2feb44d187988
SHA1: 7eef189bfed3f3d64ccc8e3bd4f030a029f0a48c
SHA256: 3efd84ac8e73876129262c89e30695a72c0053953e3728b359c79c94487e1a33
Section: devel
Priority: optional
Homepage: http://www.cmake.org/
Description: A cross-platform, open-source make system.
 CMake is a cross-platform, open-source build system.

Package: mingw-w64-mbs
Version: 4.9.4-1
Architecture: amd64
Maintainer: Christoph Thelen <doc_bacardi@users.sourceforge.net>
Installed-Size: 478172
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.2), libstdc++6 (>= 5)
Filename: ./amd64/mingw-w64-mbs_4.9.4-1_amd64.deb
Size: 68024996
MD5sum: c27e939086410a3dce2a9ace2df57210
SHA1: 3108f678d70a03fb97193489c1e3be25d7a78785
SHA256: 1174cd8859148b32d13b0192406d429507e2cea8d7909178a70c659138dbf1a5
Section: devel
Priority: optional
Description: MinGW-w64 for the Muhkuh build system.
 The MinGW-w64 cross-compiler including binutils and pthreads-w32. This is one
 single package for the i686 target and the x86_64 target.
 The purpose of this package is to provide the same compiler version to all
 build machines of the Muhkuh Build System (MBS) (https://github.com/muhkuh-sys).
 This work is heavily based on the great script by Kyle Schwarz which can be
 found here: http://ffmpeg.zeranoe.com/blog/?p=400 . I just wrapped this into
 a Debian package.

Package: swig3
Source: swig
Version: 3.0.11
Architecture: amd64
Maintainer: Torsten Landschoff <torsten@debian.org>
Installed-Size: 5344
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpcre3, libstdc++6 (>= 4.1.1)
Filename: ./amd64/swig3_3.0.11_amd64.deb
Size: 1093268
MD5sum: 3fdd649c5c755d142e0cb98b32d0c217
SHA1: 610c0d742c831db000b7e9e7c45b73365f29bee4
SHA256: f603ca10368047b5a79af9b4c156d64efaa3444988648f3c97063213809a4153
Section: interpreters
Priority: optional
Homepage: http://www.swig.org/
Description: Generate scripting interfaces to C/C++ code
 SWIG is a compiler that makes it easy to integrate C and C++ code
 with other languages including Perl, PHP, Tcl, Ruby, Python, Java,
 Guile, Mzscheme, Chicken, OCaml, Pike, and C#.
 .
 Swig takes a set of ANSI C/C++ declarations and generates an
 interface for them to your favorite scripting language.