软件包: cpphs (1.20.8-1)
cpphs 的相关链接
Trisquel 的资源:
下载源码包 cpphs:
维护者:
Original Maintainers:
- Debian Haskell Group (Mail Archive)
- Joachim Breitner
外部的资源:
- 主页 [projects.haskell.org]
相似软件包:
Simplified cpp-a-like preprocessor for Haskell
The C pre-processor has been widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and different OS platforms. It is also occasionally used for its macro language, which can enable certain forms of platform-specific detail-filling, such as the tedious boilerplate generation of instance definitions and FFI declarations.
However, gcc's cpp has recently been evolving to more strictly adhere to the C standard. This has had the effect of making it increasingly incompatible with Haskell's syntax. This is a cpp-a-like designed with Haskell's syntax in mind.
其他与 cpphs 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.15)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libffi6 (>= 3.0.4)
- Foreign Function Interface library runtime
-
- dep: libgmp10
- Multiprecision arithmetic library