1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: cppo
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
ocaml-nox (>= 4),
ocaml-findlib (>= 1.4),
dh-ocaml,
debhelper-compat (= 13),
ocaml-dune,
ocamlbuild
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/mjambon/cppo
Vcs-Git: https://salsa.debian.org/ocaml-team/cppo.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/cppo
Package: cppo
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Description: cpp for OCaml
Cppo is an OCaml-friendly implementation of cpp, the C preprocessor.
It can replace camlp4 for preprocessing OCaml files, using cpp style and
syntax. It allows defining simple macros and file inclusion.
|