File: control

package info (click to toggle)
ocaml-mem-usage 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: ansic: 253; ml: 96; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,471 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
Source: ocaml-mem-usage
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               ocaml-dune (>= 2.8.0),
               dh-ocaml (>= 1.2.2),
               ocaml-findlib,
               ocaml
Standards-Version: 4.7.0
Homepage: https://github.com/savonet/ocaml-mem_usage
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-mem-usage
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-mem-usage.git

Package: libmem-usage-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: return information on memory usage -- runtime files
 The module will return information on memory usage. It is
 designed to be simple and cross-platform.
 .
 This package contains only the shared runtime stub libraries

Package: libmem-usage-ocaml-dev
Architecture: any
Depends: libmem-usage-ocaml (= ${binary:Version}),
         ocaml-findlib,
         ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: return information on memory usage -- development files
 The module will return information on memory usage. It is
 designed to be simple and cross-platform.
 .
 This package contains all the development stuff you need to develop
 OCaml programs which use ocaml-mem_usage.