File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ let default =
7676 |> add issues " https://github.com/dbuenzli/mtime/issues"
7777 |> add description_tags
7878 [" time" ; " monotonic" ; " system" ; " org:erratique" ]
79- |> add B0_opam.Meta. depopts [" js_of_ocaml" , " " ]
8079 |> add B0_opam.Meta. depends
8180 [ " ocaml" , {|>= " 4.08.0" | };
8281 " ocamlfind" , {| build| };
Original file line number Diff line number Diff line change 1+ v1.4.0 2022-02-17 La Forclaz (VS)
2+ ---------------------------------
13
24* Change the ` js_of_ocaml ` strategy for ` Mtime_clock ` 's JavaScript
35 implementation. Primitives of ` mtime.clock.os ` are now implemented
Original file line number Diff line number Diff line change @@ -28,6 +28,5 @@ depends: [
2828 "ocamlbuild" {build & != "0.9.0"}
2929 "topkg" {build & >= "1.0.3"}
3030]
31- depopts: ["js_of_ocaml"]
3231build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
3332dev-repo: "git+https://erratique.ch/repos/mtime.git"
Original file line number Diff line number Diff line change @@ -69,8 +69,10 @@ module Span : sig
6969 (* * {1:const Durations} *)
7070
7171 val ( * ) : int -> span -> span
72- (* * [n * dur] is [n] times duration [dur]. Does not check for
73- overflow or that [n] is positive. *)
72+ (* * [n * dur] is [n] times duration [dur].
73+
74+ {b Warning.} Does not check for overflow or that [n] is
75+ positive. *)
7476
7577 val ns : span
7678 (* * [ns] is a nanosecond duration, 1·10{^-9}s. *)
You can’t perform that action at this time.
0 commit comments