MDX 2.3.1
We are happy to announce the release of MDX 2.3.1! This is the first release of MDX to be compatible with OCaml 5.1.
We've also vendored the odoc-parser library, eliminating the need to have it
as a dependency. MDX can now be installed independently of the odoc version
you're using.
See full changelog
Added
- 
Add os_typelabel to enable/disable based onSys.os_type(#433, @polytypic)
- 
Make MDX compatible with OCaml 5.1 (#435, @polytypic and @kit-ty-kate) 
Changed
- Vendored the odoc-parserlibrary, removing the need to have it as a dependency. (#430, @jonludlam)