File: control

package info (click to toggle)
ocurl 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 924 kB
  • sloc: ansic: 3,774; ml: 2,672; makefile: 204; sh: 169
file content (56 lines) | stat: -rw-r--r-- 1,436 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
45
46
47
48
49
50
51
52
53
54
55
56
Source: ocurl
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Enrico Tassi <gareuselesinge@debian.org>,
 Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libcurl4-gnutls-dev,
 liblwt-ocaml-dev,
 ocaml-nox,
 ocaml-findlib,
 libkrb5-dev,
 pkg-config,
 bc,
 dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/ocurl.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocurl
Homepage: https://github.com/ygrek/ocurl

Package: libcurl-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 libcurl4-gnutls-dev (>= 7.15.0-2),
 ocaml-findlib (>= 1.2.5),
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Description: OCaml libcurl bindings (Development package)
 This Objective Caml library provides multi-protocol file transfer
 facilities based on the curl library.
 .
 This package contains the development part of the OCaml curl package.

Package: libcurl-ocaml
Architecture: any
Depends:
 ${shlibs:Depends},
 ${ocaml:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Breaks:
 libcurl-ocaml-dev (<< 0.8)
Replaces:
 libcurl-ocaml-dev (<< 0.8)
Description: OCaml curl bindings (Runtime Library)
 This Objective Caml library provides multi-protocol file transfer
 facilities based on the curl library.
 .
 This package contains only the shared runtime stub libraries.