File: control

package info (click to toggle)
ocaml-patch 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: ml: 2,103; sh: 71; makefile: 3
file content (44 lines) | stat: -rw-r--r-- 1,241 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: ocaml-patch
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libalcotest-ocaml-dev <!nocheck>,
 libcrowbar-ocaml-dev <!nocheck>,
 ocaml-dune,
 ocaml,
 dh-ocaml (>= 2)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-patch
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-patch.git
Homepage: https://github.com/hannesm/patch

Package: libpatch-ocaml-dev
Provides: ${ocaml:Provides}
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Recommends: ocaml-findlib
Description: patch library purely in OCaml (dev files)
 This is a library which parses unified diff and git diff output, and
 can apply a patch in memory.
 .
 This package contains development files.

Package: libpatch-ocaml
Provides: ${ocaml:Provides}
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: patch library purely in OCaml (runtime files)
 This is a library which parses unified diff and git diff output, and
 can apply a patch in memory.
 .
 This package contains runtime files.