| Name: | c2hs |
|---|---|
| Version: | 0.28.8 |
| Release: | 7.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 7467561 |
| License: | BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later |
| RPM: | c2hs-0.28.8-7.el10_0.aarch64.rpm |
| Source RPM: | c2hs-0.28.8-7.el10_0.src.rpm |
| Build Date: | Tue May 20 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://hackage.haskell.org/package/c2hs |
| Summary: | C to Haskell FFI tool that gives some cross-language type safety |
| Description: | C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing foreign imports by hand (or using hsc2hs), this ensures that C functions are imported with the correct Haskell types. |