Skip to content

Commit 55c9350

Browse files
committed
Preparing for release.
1 parent 4184ab5 commit 55c9350

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

B0.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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|};

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"]
3231
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
3332
dev-repo: "git+https://erratique.ch/repos/mtime.git"

src/mtime.mli

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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. *)

0 commit comments

Comments
 (0)