this repo has no description
1opam-version: "2.0" 2 3homepage: "http://github.com/ocaml/odoc" 4doc: "https://github.com/ocaml/odoc#readme" 5bug-reports: "https://github.com/ocaml/odoc/issues" 6license: "ISC" 7 8authors: [ 9 "Thomas Refis <trefis@janestreet.com>" 10 "David Sheets <sheets@alum.mit.edu>" 11 "Leo White <leo@lpw25.net>" 12] 13maintainer: "Anton Bachin <antonbachin@yahoo.com>" 14dev-repo: "git+https://github.com/ocaml/odoc.git" 15 16synopsis: "OCaml documentation generator" 17 18depends: [ 19 "astring" {build} 20 "cmdliner" {build & >= "1.0.0" & < "2.0.0"} 21 "cppo" {build & >= "1.1.0"} 22 "dune" 23 "fpath" {build} 24 "ocaml" {>= "4.02.0" & < "4.10"} 25 "result" {build} 26 "tyxml" {build & >= "4.3.0"} 27 28 "alcotest" {dev & >= "0.8.3"} 29 "markup" {dev & >= "0.8.0"} 30 "ocamlfind" {dev} 31 "sexplib" {dev & >= "113.33.00"} 32 33 "bisect_ppx" {dev & >= "1.3.0"} 34] 35 36build: [ 37 ["dune" "subst"] {dev} 38 ["dune" "build" "-p" name "-j" jobs] 39] 40 41url { 42 src: "https://github.com/ocaml/odoc/archive/1.4.2.tar.gz" 43 checksum: [ 44 "sha256=21dbd65cbb867f7c1c27849262a56b5454026875b42c60318831445995938bf6" 45 "md5=d75ce63539040cd199d22203d46fc5f3" 46 ] 47}