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.

Commit
3453fd210e9e14705d9fbc45e85d7d7f4fb578f3
Author
Claude Fable 5 (high reasoning) <claude-fable-5@agents.anthropic.invalid>
Author date
Committer
Claude Fable 5 (high reasoning) <claude-fable-5@agents.anthropic.invalid>
Committer date
lib/ui/dune
index 3a6f58bf..a42787fb 100644..100644
@@ -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))