Skip to content

Commit

Permalink
Add odoc-md.opam
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Nov 5, 2024
1 parent 50b757f commit bdd5ccc
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions odoc-md.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"

version: "dev"
homepage: "https://github.com/ocaml/odoc"
doc: "https://ocaml.github.io/odoc/"
bug-reports: "https://github.com/ocaml/odoc/issues"
license: "ISC"

maintainer: [
"Jon Ludlam <[email protected]>"
"Jules Aguillon <[email protected]>"
"Paul-Elliot Anglès d'Auriac <[email protected]>"
]
authors: [
"Daniel Bünzli <[email protected]>"
"Paul-Elliot Anglès d'Auriac <[email protected]>"
"Jon Ludlam <[email protected]>"
]
dev-repo: "git+https://github.com/ocaml/odoc.git"

synopsis: "OCaml Documentation Generator - Markdown support"
description: """
Odoc-md is part of the odoc suite of tools for generating documentation for OCaml packages.

This package provides support for generating documentation from Markdown files.
"""

depends: [
"ocaml" {>= "4.14.0"}
"odoc" {= version}
"cmarkit"
]

build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]

0 comments on commit bdd5ccc

Please sign in to comment.