opam-version: "2.0" maintainer: "zoggy@bat8.org" authors: ["Maxence Guesdon"] homepage: "https://github.com/zoggy/odoc_depgraph" license: "LGPL-2.1-only" doc: ["https://github.com/zoggy/odoc_depgraph"] tags: ["ocamldoc" "graph"] build: make remove: [["ocamlfind" "remove" "odoc-depgraph"]] depends: [ "ocaml" {>= "4.02.0"} "ocamldot" {>= "1.0"} ] dev-repo: "git+https://github.com/zoggy/odoc_depgraph" install: [make "findlib-install"] synopsis: "Custom OCamldoc generator to insert clickable dependency graphs in generated html page" flags: light-uninstall url { src: "https://github.com/zoggy/odoc_depgraph/archive/v1.0.tar.gz" checksum: [ "sha256=2954989398200816bb1d62306fa9116194483942a1060413f4873f56112c2ae1" "md5=c53409245b7085aade0d9601fad50923" ] }