···11+(lang dune 3.21)
22+(using dune_site 0.1)
33+(name odoc-standalone)
44+(generate_opam_files true)
55+66+(license ISC)
77+(authors "Anil Madhavapeddy")
88+(maintainers "Anil Madhavapeddy <anil@recoil.org>")
99+1010+(package
1111+ (name odoc-standalone)
1212+ (synopsis "Self-contained HTML shell plugin for odoc")
1313+ (description
1414+ "An odoc shell plugin that inlines all CSS and JavaScript into each \
1515+ generated HTML page, producing self-contained documentation files \
1616+ that work without a separate support-files directory. Fonts are \
1717+ loaded from Google Fonts CDN with system font fallbacks.")
1818+ (depends
1919+ (ocaml (>= 4.14))
2020+ odoc))