File: control

package info (click to toggle)
ocaml-time-now 0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116 kB
  • sloc: ml: 35; ansic: 29; makefile: 16; javascript: 14
file content (49 lines) | stat: -rw-r--r-- 1,721 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-time-now
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-ocaml (>= 1.2),
               libbase-ocaml-dev,
               libjane-street-headers-ocaml-dev,
               libjst-config-ocaml-dev,
               libppx-base-ocaml-dev,
               libppx-cold-ocaml-dev,
               libppx-enumerate-ocaml-dev,
               libppx-globalize-ocaml-dev,
               libppx-hash-ocaml-dev,
               libppx-optcomp-ocaml-dev,
               libppx-sexp-conv-ocaml-dev,
               libppxlib-ocaml-dev,
               ocaml-dune,
               ocaml
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-time-now
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-time-now.git
Homepage: https://github.com/janestreet/time_now

Package: libtime-now-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: current time for OCaml (runtime files)
 This package provides a single function to report
 the current time in nanoseconds since the start of
 the Unix epoch.
 .
 This package contains runtime files.

Package: libtime-now-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: current time for OCaml (dev files)
 This package provides a single function to report
 the current time in nanoseconds since the start of
 the Unix epoch.
 .
 This package contains development files.