opam-version: "2.0"
maintainer: "Ivan Gotovchits <ivg@ieee.org>"
authors: "Ivan Gotovchits <ivg@ieee.org>"
homepage: "https://github.com/ivg/emacs-dot/"
bug-reports: "https://github.com/ivg/emacs-dot/issues"
dev-repo: "git+https://github.com/ivg/emacs-dot/"
license: "MIT"
install: [
  ["mkdir" "-p" "%{share}%/emacs/site-lisp"]
  ["cp" "dot.el" "%{share}%/emacs/site-lisp"]
]

remove: [["rm" "%{share}%/emacs/site-lisp/dot.el"]]
synopsis:
  "Will automatically detect graph specifications in a dot syntax and display them using overlaying"
depends: ["ocaml"]
flags: light-uninstall
url {
  src: "git+https://github.com/ivg/emacs-dot.git"
}
