[OCaml] Mobile-friendly clone of cgit.
chore Wrap the ui library
The module Ui matches the library name, so it stays the entry point and callers are unchanged. Unwrapped libraries put every module in the global namespace, which invites collisions.
lib/ui/dune
@@ -3,5 +3,4 @@
3
3
(library
4
4
(name ui)
5
5
(public_name ogit.ui)
6
Removed:
(wrapped false)
7
6
(libraries dream-html))