File tree Expand file tree Collapse file tree 15 files changed +155
-0
lines changed
doc-ock-html/doc-ock-html.1.2.0
doc-ock-xml/doc-ock-xml.1.2.0 Expand file tree Collapse file tree 15 files changed +155
-0
lines changed Original file line number Diff line number Diff line change 1+ From doc-ock to HTML
2+
3+ Doc-ock-html generates HTML documentation using [Doc-ock][doc-ock]
4+
5+ doc-ock: https://github.com/ocaml-doc/doc-ock
Original file line number Diff line number Diff line change 1+ version: "1.2.0"
2+ opam-version: "1.2"
3+ maintainer: "Thomas Refis <trefis@janestreet.com>"
4+ author: "Thomas Refis <trefis@janestreet.com>"
5+ homepage: "https://github.com/ocaml-doc/doc-ock-html"
6+ doc: "https://ocaml-doc.github.com/doc-ock-html/"
7+ license: "ISC"
8+ dev-repo: "http://github.com/ocaml-doc/doc-ock-html.git"
9+ bug-reports: "https://github.com/ocaml-doc/odoc/issues"
10+ tags: ["doc" "html" "ocaml" "org:ocaml-doc"]
11+
12+ available: [ ocaml-version >= "4.03.0" ]
13+ depends: [
14+ "ocamlfind" {build}
15+ "jbuilder" {build}
16+ "doc-ock" {>= "1.2.0" }
17+ "tyxml" {>= "4.0.0" }
18+ "xmlm" ]
19+
20+ build: [
21+ ["jbuilder" "subst"] {pinned}
22+ ["jbuilder" "build" "-p" name "-j" jobs]
23+ ]
Original file line number Diff line number Diff line change 1+ archive: "https://github.com/ocaml-doc/doc-ock-html/archive/v1.2.0.tar.gz"
2+ checksum: "fa942cd747d72115575b040bbabaf863"
Original file line number Diff line number Diff line change 1+ XML printer and parser for Doc-Ock
2+
3+ Doc-ock-xml is an XML printer and parser for [Doc-ock][doc-ock]
4+
5+ doc-ock: https://github.com/ocaml-doc/doc-ock
Original file line number Diff line number Diff line change 1+ version: "1.2.0"
2+ opam-version: "1.2"
3+ maintainer: "lpw25@cl.cam.ac.uk"
4+ authors: [
5+ "Leo White <lpw25@cl.cam.ac.uk>"
6+ "David Sheets <sheets@alum.mit.edu>" ]
7+ homepage: "https://github.com/ocaml-doc/doc-ock-xml"
8+ doc: "https://ocaml-doc.github.com/doc-ock-xml/"
9+ license: "ISC"
10+ dev-repo: "http://github.com/ocaml-doc/doc-ock-xml.git"
11+ bug-reports: "https://github.com/ocaml-doc/doc-ock-xml/issues"
12+ tags: ["doc" "xml" "ocaml" "org:ocaml-doc"]
13+
14+ depends: [
15+ "ocamlfind" {build}
16+ "jbuilder" {build}
17+ "xmlm"
18+ "menhir"
19+ "doc-ock" {>= "1.2.0" } ]
20+
21+ build: [
22+ ["jbuilder" "subst"] {pinned}
23+ ["jbuilder" "build" "-p" name "-j" jobs]
24+ ]
Original file line number Diff line number Diff line change 1+ archive: "https://github.com/ocaml-doc/doc-ock-xml/archive/v1.2.0.tar.gz"
2+ checksum: "ad4b41051bcc2472da27c23e77b1ac5c"
Original file line number Diff line number Diff line change 1+ Extract documentation from OCaml files
2+
3+ Doc-ock is a library extract documentation from OCaml files
Original file line number Diff line number Diff line change 1+ version: "1.2.0"
2+ opam-version: "1.2"
3+ maintainer: "lpw25@cl.cam.ac.uk"
4+ authors: [ "Leo White <lpw25@cl.cam.ac.uk>"
5+ "Thomas Refis <trefis@janestreet.com>" ]
6+ homepage: "https://github.com/ocaml-doc/doc-ock"
7+ doc: "https://ocaml-doc.github.com/doc-ock/"
8+ license: "ISC"
9+ dev-repo: "http://github.com/ocaml-doc/doc-ock.git"
10+ bug-reports: "https://github.com/ocaml-doc/odoc/issues"
11+ tags: ["doc" "ocaml" "org:ocaml-doc"]
12+
13+ available: [ ocaml-version >= "4.03.0" ]
14+ depends: [
15+ "cppo" {build}
16+ "ocamlfind" {build}
17+ "jbuilder" {build}
18+ "octavius"
19+ ]
20+
21+ build: [
22+ ["jbuilder" "subst"] {pinned}
23+ ["jbuilder" "build" "-p" name "-j" jobs]
24+ ]
Original file line number Diff line number Diff line change 1+ archive: "https://github.com/ocaml-doc/doc-ock/archive/v1.2.0.tar.gz"
2+ checksum: "ef6e96f69b9ed195415cbb620a3e88ea"
Original file line number Diff line number Diff line change 1+ Ocamldoc comment syntax parser
2+
3+ Octavius is a library to parse the `ocamldoc` comment syntax.
You can’t perform that action at this time.
0 commit comments