# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Interactive OCaml code cells for odoc documentation" depends: [ "dune" {>= "3.21"} "ocaml" {>= "4.14"} "odoc" "x-ocaml" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] x-maintenance-intent: ["(latest)"]