An RFC extension for odoc
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "RFC reference extension for odoc"
4description:
5 "Provides @rfc tags for linking to IETF RFCs in odoc documentation"
6depends: [
7 "dune" {>= "3.18"}
8 "ocaml" {>= "4.14"}
9 "odoc"
10]
11build: [
12 ["dune" "subst"] {dev}
13 [
14 "dune"
15 "build"
16 "-p"
17 name
18 "-j"
19 jobs
20 "--promote-install-files=false"
21 "@install"
22 "@runtest" {with-test}
23 "@doc" {with-doc}
24 ]
25 ["dune" "install" "-p" name "--create-install-files" name]
26]
27x-maintenance-intent: ["(latest)"]