File: control

package info (click to toggle)
gauche-c-wrapper 0.6.1-12
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,096 kB
  • sloc: ansic: 17,866; sh: 13,993; asm: 6,456; lisp: 5,484; yacc: 2,105; makefile: 520; exp: 194; cpp: 157; objc: 144; perl: 2
file content (18 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: gauche-c-wrapper
Section: lisp
Priority: optional
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Uploaders: YAEGASHI Takeshi <yaegashi@debian.org>, Jens Thiele <karme@karme.de>
Build-Depends: debhelper (>= 11), debhelper-compat (= 13), gauche-dev (>= 0.9.10), texinfo, libffi-dev, dpkg-dev (>= 1.16.0)
Standards-Version: 4.5.1
Homepage: http://www.koguro.net/prog/c-wrapper/
Vcs-Git: https://salsa.debian.org/debian/gauche-c-wrapper.git
Vcs-Browser: https://salsa.debian.org/debian/gauche-c-wrapper

Package: gauche-c-wrapper
Architecture: any
Depends: gauche, gauche-dev, gcc, ${shlibs:Depends}, ${misc:Depends}
Description: Foreign function interface for Gauche to C libraries
 c-wrapper is a foreign function interface for C and Objective-C
 libraries.  It can parse C header files, so you don't need to define
 functions, global variables and constants to use libraries.