this repo has no description
1opam-version: "2.0"
2maintainer: "leo@lpw25.net"
3authors: [ "Leo White <leo@lpw25.net>" ]
4homepage: "https://github.com/ocaml-doc/octavius"
5doc: "http://ocaml-doc.github.io/octavius/"
6license: "ISC"
7dev-repo: "git+http://github.com/ocaml-doc/octavius.git"
8bug-reports: "https://github.com/ocaml-doc/octavius/issues"
9tags: ["doc" "ocamldoc" "org:ocaml-doc"]
10
11depends: [
12 "ocaml" {>= "4.03.0"}
13 "ocamlfind" {build}
14 "jbuilder" {>= "1.0+beta7"}
15]
16build: [
17 ["jbuilder" "subst" "-p" name] {dev}
18 ["jbuilder" "build" "-p" name "-j" jobs]
19]
20synopsis: "Ocamldoc comment syntax parser"
21description: "Octavius is a library to parse the `ocamldoc` comment syntax."
22url {
23 src:
24 "http://github.com/ocaml-doc/octavius/releases/download/v1.1.0/octavius-1.1.0.tbz"
25 checksum: [
26 "sha256=3a53effcead3ffaa42351048c37302d00e6d6c6823bca6396ffbfb8ded2f92ae"
27 "md5=20824624d9b2a9b8026a3ac9f83d4487"
28 ]
29}