Source: ocaml-mirage-clock Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu 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.