c2hs 0.27.1-1 source package in Ubuntu

Changelog

c2hs (0.27.1-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Mon, 11 Jan 2016 01:21:43 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
c2hs_0.27.1-1.dsc 2.3 KiB d22de322db6a25c93100cb6874d9a96acbcb9f3766e721b5fceeae2d7d679972
c2hs_0.27.1.orig.tar.gz 200.3 KiB 668af07f261c7c6c2537921ba58870cfb1114b33670f2c182e6f9a8794ffe41f
c2hs_0.27.1-1.debian.tar.xz 9.5 KiB 11c9870c0c3502439849159194135ffd010657968ca1d9151b7fbd5098661f98

Available diffs

No changes file available.

Binary packages built by this source

c2hs: C->Haskell Interface Generator

 C->Haskell is an interface generator that simplifies the development
 of Haskell bindings to C libraries. The tool processes existing C
 header files that determine data layout and function signatures on
 the C side in conjunction with Haskell modules that specify
 Haskell-side type signatures and marshaling details. Hooks embedded
 in the Haskell code signal access to C structures and functions --
 they are expanded by the interfacing tool in dependence on
 information from the corresponding C header file.
 .
 Haskell 98 is "the" standard lazy functional programming language.
 More info plus the language definition is at http://www.haskell.org/.
 .
 This package contains the c2hs parser.

c2hs-doc: C->Haskell Interface Generator -- Documentation package

 C->Haskell is an interface generator that simplifies the development
 of Haskell bindings to C libraries. The tool processes existing C
 header files that determine data layout and function signatures on
 the C side in conjunction with Haskell modules that specify
 Haskell-side type signatures and marshaling details. Hooks embedded
 in the Haskell code signal access to C structures and functions --
 they are expanded by the interfacing tool in dependence on
 information from the corresponding C header file.
 .
 Haskell 98 is "the" standard lazy functional programming language.
 More info plus the language definition is at http://www.haskell.org/.
 .
 This package contains documentation for c2hs.