md2mldversion

Md files into odoc mld files

md2mld converts a Markdown-format file into the mld format used by odoc to render HTML documentation or OCaml libraries. You can use this script to automatically embed a README.md file into API documentation for an OCaml library.

You can use it manually as follows

$ md2mld filename.md > outfile.mld

In dune you can use it to generate an mld file with

(rule (with-stdout-to outfile.mld (run md2mld filename.md)))
AuthorMarcello Seri <marcello.seri@gmail.com>
LicenseISC
Published
Homepagehttps://github.com/mseri/md2mld
Issue Trackerhttps://github.com/mseri/md2mld/issues
MaintainerMarcello Seri <marcello.seri@gmail.com>
Dependencies
Source [http] https://github.com/mseri/md2mld/releases/download/0.2.0/md2mld-0.2.0.tbz
md5=a4118343f4c2b91435c38e29a3fce1c9
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/md2mld/md2mld.0.2.0/opam
Required by