this repo has no description
1opam-version: "2.0"
2build: [
3 ["dune" "subst"] {dev}
4 ["dune" "build" "-p" name "-j" jobs]
5 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6 ["dune" "build" "-p" name "@doc"] {with-doc}
7]
8maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
9authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
10bug-reports: "https://gitlab.inria.fr/tmartine/ocamlcodoc"
11homepage: "https://gitlab.inria.fr/tmartine/ocamlcodoc"
12doc: "https://gitlab.inria.fr/tmartine/ocamlcodoc"
13license: "BSD"
14dev-repo: "git+https://gitlab.inria.fr/tmartine/ocamlcodoc"
15synopsis: "Extract test code from doc-comments"
16description: """
17ocamlcodoc extracts the preformatted source code in OCaml
18documentation comments, i.e. the code delimited by {[ ... ]} in
19comments delimited by (** ... *). A typical usage is to write examples
20in documentation comments that can be extracted and tested.
21"""
22depends: [
23 "dune" {>= "1.10.0"}
24 "cmdliner"
25 "redirect"
26 "stdcompat" {>= "10"}
27]
28url {
29 src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/HEAD/ocamlcodoc-v1.0.1.tar.gz"
30 checksum: "sha512=c95ed76a2f654913c0cc8a128cdaea15923e0fb7ec82db96c5aa35cbdcd88ad316999a853c5bb247fc2d785918bb904193fd0b7e33b895ddddfeb140400608e5"
31}