···11+# monopam-info
22+33+Build and version information for monopam.
44+55+## Overview
66+77+This library provides version information using `dune-build-info`. It returns
88+the package version when available, or the git commit hash as a fallback.
99+1010+## Usage
1111+1212+```ocaml
1313+let () = Fmt.pr "monopam %s@." Monopam_info.version
1414+```
1515+1616+## Build Modes
1717+1818+- **Release mode** -- Uses actual git hash via `git rev-parse --short HEAD`
1919+- **Development mode** -- Returns `"dev"` to avoid rebuilds on every commit
2020+2121+## Licence
2222+2323+ISC