Skip to content

Commit e2b276c

Browse files
committed
4.02 compat
1 parent 45d36eb commit e2b276c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/model/names.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
open Odoc_utils
2+
13
(** Returns [true] on chars that are part of operators. *)
24
let operator_char = function
35
(* https://ocaml.org/manual/5.2/lex.html#core-operator-char *)

src/ocamlary/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(library
22
(name ocamlary)
33
(public_name odoc.ocamlary)
4+
(enabled_if
5+
(>= %{ocaml_version} 4.14.0))
46
(virtual_modules ocamlary))

0 commit comments

Comments
 (0)