File: control

package info (click to toggle)
ocaml-usb 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 236 kB
  • sloc: ansic: 808; ml: 758; makefile: 81; sh: 30
file content (54 lines) | stat: -rw-r--r-- 1,455 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
Source: ocaml-usb
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-ocaml,
 ocaml-findlib,
 libfindlib-ocaml-dev,
 oasis,
 ocamlbuild,
 pkg-config,
 liblwt-ocaml-dev,
 libusb-1.0-0-dev,
 ocaml-nox
Standards-Version: 4.5.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://github.com/letoh/ocaml-usb
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-usb
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-usb.git

Package: libusb-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 libusb-1.0-0-dev
Provides: ${ocaml:Provides}
Recommends:
 ocaml-findlib
Description: OCaml bindings to libusb-1.0
 OCaml-USB is a binding to libusb-1.0, a userspace USB programming
 library. It uses Lwt to ease use of asynchronous IO features of
 libusb-1.0.
 .
 This package contains development files for OCaml-USB.

Package: libusb-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Replaces: libusb-ocaml-dev (<< 1.0)
Breaks: libusb-ocaml-dev (<< 1.0)
Provides: ${ocaml:Provides}
Description: OCaml bindings to libusb-1.0 (runtime)
 OCaml-USB is a binding to libusb-1.0, a userspace USB programming
 library. It uses Lwt to ease use of asynchronous IO features of
 libusb-1.0.
 .
 This package contains the runtime libraries for OCaml-USB.