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
|
Source: ocaml-mirage-clock
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
libdune-ocaml-dev,
dh-ocaml (>= 2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/mirage/mirage-clock
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-mirage-clock.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-mirage-clock
Package: libmirage-clock-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: libraries and module types for portable clocks (dev)
This library implements portable support for an operating system
timesource that is compatible with the MirageOS library interfaces.
.
It implements an MCLOCK module that represents a monotonic timesource
since an arbitrary point, and PCLOCK which counts time since the Unix
epoch.
.
This package contains development files.
Package: libmirage-clock-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: libraries and module types for portable clocks (runtime)
This library implements portable support for an operating system
timesource that is compatible with the MirageOS library interfaces.
.
It implements an MCLOCK module that represents a monotonic timesource
since an arbitrary point, and PCLOCK which counts time since the Unix
epoch.
.
This package contains the shared runtime libraries.
|