c2hs 0.25.2-4 source package in Ubuntu

Changelog

c2hs (0.25.2-4) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:01 -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

Downloads

File Size SHA-256 Checksum
c2hs_0.25.2-4.dsc 2.3 KiB f7cdb481f20a11d0d51031bc53637d6bc6630eb92227979e97c2f39226927c9c
c2hs_0.25.2-4.debian.tar.xz 9.4 KiB 5ebb8ef520bc154a0e37caac80847aff865825f5b29a7c6f28fd22dbfda9df98
c2hs_0.25.2.orig.tar.gz 194.1 KiB 153e28d4f8f7846fd0e09abc9b4ed0681b50cd8e2bb6100a1c3b91bf397b3934

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.