this repo has no description
1opam-version: "2.0"
2maintainer: "Thomas Barabosch <thomas.barabosch@fkie.fraunhofer.de>"
3authors: "Thomas Barabosch <thomas.barabosch@fkie.fraunhofer.de>"
4homepage: "https://github.com/fkie-cad/bap-mode"
5bug-reports: "https://github.com/fkie-cad/bap-mode/issues"
6dev-repo: "git+https://github.com/fkie-cad/bap-mode"
7license: "MIT"
8install: [
9 ["mkdir" "-p" "%{share}%/emacs/site-lisp"]
10 ["cp" "bap-mode.el" "%{share}%/emacs/site-lisp"]
11]
12remove: [["rm" "%{share}%/emacs/site-lisp/bap-mode.el"]]
13synopsis: "Emacs major mode for reading and analyzing programs in BAP's IR"
14description: """
15It allows to interact with BAP from within emacs. For example, bap-open-file (C-c C-b o) opens
16a file with BAP and emits the IR to an Emacs buffer. bap-mode hightlights the syntax and allows
17to quickly navigate the code (e.g. C-c C-b m to jump to the main function).
18https://github.com/fkie-cad/bap-mode"""
19depends: ["ocaml"]
20flags: light-uninstall
21url {
22 src: "https://github.com/ivg/bap-mode/archive/refs/tags/v0.1.0.tar.gz"
23 checksum: [
24 "sha256=2a5468b99e57e2867be54010e5d1db8d3a939a9c9f357aed3ffbceb3c191305a"
25 "md5=6575008a9c8feebb3f4f8f4bda360886"
26 ]
27}