this repo has no description
1opam-version: "2.0"
2homepage: "https://github.com/ocaml/odoc"
3doc: "https://ocaml.github.io/odoc/"
4bug-reports: "https://github.com/ocaml/odoc/issues"
5license: "ISC"
6
7maintainer: [
8 "Jon Ludlam <jon@recoil.org>"
9 "Jules Aguillon <juloo.dsi@gmail.com>"
10 "Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>"
11]
12authors: [
13 "Daniel Bünzli <daniel.buenzli@erratique.ch>"
14 "Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>"
15 "Jon Ludlam <jon@recoil.org>"
16]
17dev-repo: "git+https://github.com/ocaml/odoc.git"
18
19synopsis: "OCaml Documentation Generator - Markdown support"
20description: """
21Odoc-md is part of the odoc suite of tools for generating documentation for OCaml packages.
22
23This package provides support for generating documentation from Markdown files.
24"""
25
26depends: [
27 "ocaml" {>= "4.14.0"}
28 "odoc" {= version}
29 "dune" {>= "3.7.0"}
30 "cmarkit"
31]
32
33build: [
34 ["dune" "subst"] {dev}
35 [
36 "dune"
37 "build"
38 "-p"
39 name
40 "-j"
41 jobs
42 "@install"
43 "@doc" {with-doc}
44 ]
45]
46
47x-maintenance-intent: ["(latest)"]
48url {
49 src: "https://github.com/ocaml/odoc/releases/download/3.0.0/odoc-3.0.0.tbz"
50 checksum: [
51 "sha256=ce84fa7e0cc5f3e8a54e6adeb10826152798b602057b9e46c5ae7e5d5206812b"
52 "sha512=9febd413450ca2e3824c9ef7e1c9ae8d8094aa72ed71327a69d8d6b42f6f197b3f3f40d674de0d11fa1242ee0df95c693b5d74467d530704e1339f3a523452f6"
53 ]
54}
55x-commit-hash: "90e679061f68c5e5ee5915e280f63d842f41f300"
56