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" 5bug-reports: "https://github.com/ocaml-doc/octavius/issues" 6license: "ISC" 7doc: "http://ocaml-doc.github.io/octavius/" 8tags: ["doc" "ocamldoc" "org:ocaml-doc"] 9dev-repo: "git+http://github.com/ocaml-doc/octavius.git" 10build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 11depends: [ 12 "ocaml" {>= "4.03.0"} 13 "ocamlfind" {build} 14 "ocamlbuild" {build} 15 "topkg" {build & >= "0.7.5"} 16] 17synopsis: "odoc comment syntax parser" 18description: """ 19Library providing parsing functions to parse odoc comment syntax. This 20is very close to OCamldoc comment syntax, and can reasonably be used for 21parsing that as well.""" 22url { 23 src: "https://github.com/ocaml-doc/octavius/archive/0.1.0.tar.gz" 24 checksum: [ 25 "sha256=20fa2902cee53fb60e971b841b1b251c05c201e82ef1342cf91872d9d77fdc4f" 26 "md5=e6d4a55d217c3e4baa1f7d1f823de1c6" 27 ] 28}