File: control

package info (click to toggle)
cppo 1.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 388 kB
  • sloc: ml: 1,888; makefile: 30; sh: 11
file content (27 lines) | stat: -rw-r--r-- 779 bytes parent folder | download
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.