Skip to content

Commit

Permalink
4.02 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Jan 8, 2025
1 parent 45d36eb commit e2b276c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/names.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
open Odoc_utils

(** Returns [true] on chars that are part of operators. *)
let operator_char = function
(* https://ocaml.org/manual/5.2/lex.html#core-operator-char *)
Expand Down
2 changes: 2 additions & 0 deletions src/ocamlary/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(library
(name ocamlary)
(public_name odoc.ocamlary)
(enabled_if
(>= %{ocaml_version} 4.14.0))
(virtual_modules ocamlary))

0 comments on commit e2b276c

Please sign in to comment.