42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
description = "Monotonic wall-clock time for OCaml"
|
|
version = "2.1.0+dune"
|
|
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+dune"
|
|
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+dune"
|
|
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+dune"
|
|
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"
|
|
)
|