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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: coccinelle
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
Ralf Treinen <treinen@debian.org>
Build-Depends: debhelper-compat (=13),
dh-ocaml (>= 1.0.3~),
dh-python,
libmenhir-ocaml-dev (>= 20090204.dfsg),
libparmap-ocaml-dev (>= 1.0~rc4-5~),
libpcre-ocaml-dev,
libstdcompat-ocaml-dev,
libpyml-ocaml-dev,
menhir (>= 20090204.dfsg),
ocaml-findlib,
ocaml-nox (>= 3.11.1-3~),
pkg-config (>= 0.9.0),
python3
Build-Depends-Indep:
texlive-fonts-extra,
texlive-fonts-recommended,
texlive-latex-base,
texlive-latex-extra,
texlive-latex-recommended
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: http://coccinelle.lip6.fr
Vcs-Git: https://salsa.debian.org/ocaml-team/coccinelle.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/coccinelle
Package: coccinelle
Architecture: any
Depends: libparmap-ocaml,
ocaml-findlib,
${misc:Depends},
${ocaml:Depends},
${python3:Depends},
${shlibs:Depends}
Pre-Depends: dpkg (>= 1.17.14)
Suggests: coccinelle-doc, vim-addon-manager
Description: semantic patching tool for C
Coccinelle is a program matching and transformation tool for C.
The programmer describes the code to match and the transformation to
perform as a semantic patch, which looks like a standard patch, but can
transform multiple files at any number of code sites.
Package: coccinelle-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: coccinelle (<< 1.0.0~rc7.deb-4)
Replaces: coccinelle (<< 1.0.0~rc7.deb-4)
Description: documentation for coccinelle
Coccinelle is a program matching and transformation tool for C.
The programmer describes the code to match and the transformation to
perform as a semantic patch, which looks like a standard patch, but can
transform multiple files at any number of code sites.
.
This package contains examples files and additional documentation in
PDF format.
|