this repo has no description
1opam-version: "2.0"
2maintainer: "Ivan Gotovchits <ivg@ieee.org>"
3authors: "Ivan Gotovchits <ivg@ieee.org>"
4homepage: "https://github.com/ivg/emacs-dot/"
5bug-reports: "https://github.com/ivg/emacs-dot/issues"
6dev-repo: "git+https://github.com/ivg/emacs-dot/"
7license: "MIT"
8install: [
9 ["mkdir" "-p" "%{share}%/emacs/site-lisp"]
10 ["cp" "dot.el" "%{share}%/emacs/site-lisp"]
11]
12
13remove: [["rm" "%{share}%/emacs/site-lisp/dot.el"]]
14synopsis:
15 "Will automatically detect graph specifications in a dot syntax and display them using overlaying"
16depends: ["ocaml"]
17flags: light-uninstall
18url {
19 src: "https://github.com/ivg/emacs-dot/archive/refs/tags/v0.1.0.tar.gz"
20 checksum: [
21 "sha256=b35e6aab17e64a0c754689f453ddde80c7210cdfc118eaffca68a88815dae295"
22 "md5=8096913c841b50e599ea611647992aad"
23 ]
24}