package odoc-parser

  1. Overview
  2. Docs
Parser for ocaml documentation comments

Install

Dune Dependency

Authors

Maintainers

Sources

odoc-parser-2.0.0.tbz
sha256=407919fbb0eb95761d6fc6ec6777628d94aa1907343bdca678b1880bafb33922
sha512=d2bffa3e9f30471045682e390dcee7a2c1caf3831bca4bd57c16939e782c2e23434e6f1c9887580a1804800b3629ef4c4311a9d418fca5a939f324650d54006e

CHANGES.md.html

2.0.0

  • New inline and display math markup (@giltho, #5)

1.0.1

  • OCaml 5.0 support (@talex5, #6)

1.0.0

  • New syntax to allow associating metadata with code blocks (@Julow, #2, #3)

0.9.0

  • Extracted from odoc repository