File: control

package info (click to toggle)
ocaml-iomux 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ml: 281; ansic: 127; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,182 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
Source: ocaml-iomux
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-ocaml (>= 2),
 libdune-ocaml-dev,
 libalcotest-ocaml-dev <!nocheck>,
 ocaml-dune,
 ocaml
Standards-Version: 4.7.2
Homepage: https://github.com/ocaml-multicore/iomux
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-iomux
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-iomux.git

Package: libiomux-ocaml
Architecture: any
Depends:
 ${misc:Depends},
 ${ocaml:Depends},
 ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: IO Multiplexer bindings -- runtime files
 Low level bindings for Unix IO Multiplexers
 (poll/ppoll/kevent/epoll).
 .
 This package contains only the shared runtime stub libraries.

Package: libiomux-ocaml-dev
Architecture: any
Depends:
 ${misc:Depends},
 ${ocaml:Depends},
 ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: IO Multiplexer bindings -- development files
 Low level bindings for Unix IO Multiplexers
 (poll/ppoll/kevent/epoll).
 .
 This package includes the development files.