Odoc docs
0

Configure Feed

Select the types of activity you want to include in your feed.

odd / odoc-switchdocs.opam
1.1 kB 35 lines
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Keep an opam switch's documentation up to date via opam hooks" 4description: 5 "switchdocs wires opam's post-install, post-remove and post-session hooks to an odoc driver so that the HTML documentation of every package installed in a switch is regenerated incrementally, in dependency order, after each opam invocation." 6maintainer: ["Jon Ludlam <jon@recoil.org>"] 7authors: ["Jon Ludlam <jon@recoil.org>"] 8license: "ISC" 9homepage: "https://github.com/jonludlam/odoc-switchdocs" 10bug-reports: "https://github.com/jonludlam/odoc-switchdocs/issues" 11depends: [ 12 "dune" {>= "3.16"} 13 "ocaml" {>= "5.2.0"} 14 "cmdliner" {>= "1.3.0"} 15 "bos" {>= "0.2.1"} 16 "fpath" {>= "0.7.3"} 17 "opam-format" {>= "2.2.0"} 18 "sherlodoc" 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/jonludlam/odoc-switchdocs.git"