gauche-c-wrapper 0.6.1-5 source package in Ubuntu

Changelog

gauche-c-wrapper (0.6.1-5) unstable; urgency=low


  * debian/rules (DH_OPTIONS): Added.
    (override_dh_auto_configure): Don't call dh_auto_configure, but call
    configure by ourselves (because of multiarch badness).
  * debian/compat: Upgrade to 9.
  * debian/control (Standards-Version): Now, it follows 3.9.3.
    (Maintainer): Now, it's team maintained.
    (Uploaders): New (same as gauche).
    (Homepage): Update to new homepage.
  * debian/watch: Update.

 -- NIIBE Yutaka <email address hidden>  Fri, 25 Jan 2013 14:29:32 +0900

Upload details

Uploaded by:
Debian Gauche Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Gauche Maintainers
Architectures:
any
Section:
lisp
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe interpreters

Downloads

File Size SHA-256 Checksum
gauche-c-wrapper_0.6.1-5.dsc 1.7 KiB 78bbaec907329be86dc065d96ce248ee0efa3edf1bb434f6c9f0467cd7605a87
gauche-c-wrapper_0.6.1.orig.tar.gz 824.2 KiB 348c257fa00990150430e8452418004d2de7e2f12420e3d52523497a1b4de035
gauche-c-wrapper_0.6.1-5.debian.tar.gz 5.2 KiB 7ffe889cd0295a0e049764de0d378a4e2dfc6e9a4a969e4eae571fca652bfcdf

Available diffs

No changes file available.

Binary packages built by this source

gauche-c-wrapper: 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.