···1+# This file is generated by dune, edit dune-project instead
2+opam-version: "2.0"
3+synopsis: "Self-contained HTML shell plugin for odoc"
4+description:
5+ "An odoc shell plugin that inlines all CSS and JavaScript into each generated HTML page, producing self-contained documentation files that work without a separate support-files directory. Fonts are loaded from Google Fonts CDN with system font fallbacks."
6+maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7+authors: ["Anil Madhavapeddy"]
8+license: "ISC"
9+depends: [
10+ "dune" {>= "3.21"}
11+ "ocaml" {>= "4.14"}
12+ "odoc"
13+]
14+build: [
15+ ["dune" "subst"] {dev}
16+ [
17+ "dune"
18+ "build"
19+ "-p"
20+ name
21+ "-j"
22+ jobs
23+ "--promote-install-files=false"
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ["dune" "install" "-p" name "--create-install-files" name]
29+]
30+x-maintenance-intent: ["(latest)"]