File: control

package info (click to toggle)
mwrap 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 964 kB
  • sloc: cpp: 3,129; ansic: 848; lex: 231; makefile: 224; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: mwrap
Section: devel
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>,
           Rafael Laboissière <rafael@debian.org>
Build-Depends: bison,
               debhelper-compat (= 13),
               flex,
               latexmk,
               octave-dev
Standards-Version: 4.7.2
Homepage: https://www.cs.cornell.edu/~bindel/blurbs/mwrap.html
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/mwrap
Vcs-Git: https://salsa.debian.org/pkg-octave-team/mwrap.git
Rules-Requires-Root: no

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.