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
|
description = "Monotonic wall-clock time for OCaml"
version = "2.1.0"
requires = ""
archive(byte) = "mtime.cma"
archive(native) = "mtime.cmxa"
plugin(byte) = "mtime.cma"
plugin(native) = "mtime.cmxs"
exists_if = "mtime.cma mtime.cmxa"
package "clock" (
directory = "clock"
description = "The mtime.clock library"
version = "2.1.0"
requires = "mtime"
exports = "mtime"
archive(byte) = "mtime_clock.cma"
archive(native) = "mtime_clock.cmxa"
plugin(byte) = "mtime_clock.cma"
plugin(native) = "mtime_clock.cmxs"
jsoo_runtime = "runtime.js"
exists_if = "mtime_clock.cma mtime_clock.cmxa"
package "os" (
description = "The mtime.clock.os library (deprecated)"
version = "2.1.0"
requires = "mtime.clock"
exports = "mtime.clock"
warning = "Deprecated, use the mtime.clock library."
)
)
package "top" (
directory = "top"
description = "The mtime.top library"
version = "2.1.0"
requires = "mtime"
archive(byte) = "mtime_top.cma"
archive(native) = "mtime_top.cmxa"
plugin(byte) = "mtime_top.cma"
plugin(native) = "mtime_top.cmxs"
exists_if = "mtime_top.cma mtime_top.cmxa"
)
|