c2hs 0.28.8-1 source package in Ubuntu
Changelog
c2hs (0.28.8-1) unstable; urgency=medium [ Apollon Oikonomopoulos ] * Team upload * New upstream release + B-D on libghc-language-c-dev >= 0.9 to ensure GCC-11 compatibility (closes: #984167) * Fix paragraph continuation in d/copyright [ Debian Janitor ] * Remove MIA uploaders -- Apollon Oikonomopoulos <email address hidden> Tue, 01 Feb 2022 19:53:38 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | devel | |
Lunar | release | universe | devel | |
Kinetic | release | universe | devel | |
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
c2hs_0.28.8-1.dsc | 2.2 KiB | 538db1cbc431859626d89086b1b4ee40fa1a78e542bba4f64f674672ef7a80f7 |
c2hs_0.28.8.orig.tar.gz | 202.9 KiB | 390632cffc561c32483af474aac50168a68f0fa382096552e37749923617884c |
c2hs_0.28.8-1.debian.tar.xz | 10.0 KiB | 7237d6318ecbc9140b2ea9cfaf1792f1dd59d7edbd5a32163487bf99fd6842a4 |
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.