Skip to content

Commit a3fa20e

Browse files
committed
odoc 1.2.0 – new OCaml API docs generator
1 parent 16ea980 commit a3fa20e

File tree

15 files changed

+155
-0
lines changed

15 files changed

+155
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/ocaml-doc/doc-ock-html/archive/v1.2.0.tar.gz"
2+
checksum: "fa942cd747d72115575b040bbabaf863"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/ocaml-doc/doc-ock-xml/archive/v1.2.0.tar.gz"
2+
checksum: "ad4b41051bcc2472da27c23e77b1ac5c"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Extract documentation from OCaml files
2+
3+
Doc-ock is a library extract documentation from OCaml files
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
]

packages/doc-ock/doc-ock.1.2.0/url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/ocaml-doc/doc-ock/archive/v1.2.0.tar.gz"
2+
checksum: "ef6e96f69b9ed195415cbb620a3e88ea"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Ocamldoc comment syntax parser
2+
3+
Octavius is a library to parse the `ocamldoc` comment syntax.

0 commit comments

Comments
 (0)