this repo has no description
1opam-version: "2.0" 2maintainer: "zoggy@bat8.org" 3authors: ["Maxence Guesdon"] 4homepage: "https://github.com/zoggy/odoc_depgraph" 5license: "LGPL-2.1-only" 6doc: ["https://github.com/zoggy/odoc_depgraph"] 7tags: ["ocamldoc" "graph"] 8build: make 9remove: [["ocamlfind" "remove" "odoc-depgraph"]] 10depends: [ 11 "ocaml" {>= "4.02.0"} 12 "ocamldot" {>= "1.0"} 13] 14dev-repo: "git+https://github.com/zoggy/odoc_depgraph" 15install: [make "findlib-install"] 16synopsis: 17 "Custom OCamldoc generator to insert clickable dependency graphs in generated html page" 18flags: light-uninstall 19url { 20 src: "https://github.com/zoggy/odoc_depgraph/archive/v1.0.tar.gz" 21 checksum: [ 22 "sha256=2954989398200816bb1d62306fa9116194483942a1060413f4873f56112c2ae1" 23 "md5=c53409245b7085aade0d9601fad50923" 24 ] 25}