File: control

package info (click to toggle)
mwrap 0.33-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 948 kB
  • ctags: 903
  • sloc: cpp: 2,851; ansic: 469; yacc: 277; lex: 231; makefile: 194
file content (23 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: mwrap
Section: devel
Priority: extra
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
Build-Depends: debhelper (>= 9), bison, flex, liboctave-dev, latexmk
Standards-Version: 3.9.6
Homepage: http://www.cs.cornell.edu/~bindel/sw/mwrap/
Vcs-Git: git://anonscm.debian.org/pkg-octave/mwrap.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/mwrap.git

Package: mwrap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: octave
Description: Octave/MATLAB mex generator
 MWrap is an interface generation system in the spirit of SWIG or matwrap.
 From a set of augmented Octave/MATLAB script files, MWrap will generate a
 MEX gateway to desired C/C++ function calls and Octave/MATLAB function
 files to access that gateway.  The details of converting to and from
 Octave/MATLAB's data structures, and of allocating and freeing temporary
 storage, are hidden from the user.