パッケージ: cpphs (1.20.9.1-2 など)
cpphs に関するリンク
Debian の資源:
cpphs ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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: libatomic1 (>= 4.8)
- __atomic ビルトイン関数を提供するサポートライブラリ
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libffi8 (>= 3.4)
- Foreign Function Interface ランタイムライブラリ
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多倍長精度演算ライブラリ