File: control

package info (click to toggle)
ocaml-libvirt 0.6.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 800 kB
  • sloc: sh: 3,306; ml: 2,567; ansic: 1,776; perl: 804; makefile: 273
file content (49 lines) | stat: -rw-r--r-- 1,786 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
Source: ocaml-libvirt
Section: ocaml
Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: cdbs,
               debhelper (>= 10),
               dh-autoreconf,
               pkg-config,
               dh-ocaml,
               libvirt-dev,
               ocaml-findlib,
               ocaml-nox
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-libvirt
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-libvirt.git
Homepage: http://libvirt.org/ocaml/

Package: libvirt-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for libvirt (runtime)
 This library provides OCaml bindings for using libvirt.
 .
 Libvirt is a toolkit to interact with the virtualization capabilities of
 recent versions of Linux (and other OSes). The library aims at providing
 a long term stable C API for different virtualization mechanisms. It
 currently supports QEMU, KVM, and XEN.
 .
 This package contains the shared library.

Package: libvirt-ocaml-dev
Architecture: any
Depends: libvirt-dev,
         libvirt-ocaml (= ${binary:Version}),
         ocaml-findlib,
         ${misc:Depends},
         ${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for libvirt (development files)
 This library provides OCaml bindings for using libvirt.
 .
 Libvirt is a toolkit to interact with the virtualization capabilities of
 recent versions of Linux (and other OSes). The library aims at providing
 a long term stable C API for different virtualization mechanisms. It
 currently supports QEMU, KVM, and XEN.
 .
 This package contains the development files.