opam-version: "2.0" maintainer: "Ivan Gotovchits " authors: "Ivan Gotovchits " 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: "https://github.com/ivg/emacs-dot/archive/refs/tags/v0.1.0.tar.gz" checksum: [ "sha256=b35e6aab17e64a0c754689f453ddde80c7210cdfc118eaffca68a88815dae295" "md5=8096913c841b50e599ea611647992aad" ] }