this repo has no description
at main 28 lines 651 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Scrollycode tutorial extension for odoc" 4description: """ 5Provides @scrolly.warm, @scrolly.dark, and @scrolly.notebook tags 6 for creating scroll-driven code tutorials in odoc documentation""" 7depends: [ 8 "dune" {>= "3.18"} 9 "ocaml" {>= "4.14"} 10 "odoc" 11] 12build: [ 13 ["dune" "subst"] {dev} 14 [ 15 "dune" 16 "build" 17 "-p" 18 name 19 "-j" 20 jobs 21 "--promote-install-files=false" 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26 ["dune" "install" "-p" name "--create-install-files" name] 27] 28x-maintenance-intent: ["(latest)"]