this repo has no description
1opam-version: "2.0"
2maintainer: "Ivan Gotovchits <ivg@ieee.org>"
3authors: "BAP Team"
4homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
5bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
6dev-repo: "git+https://github.com/BinaryAnalysisPlatform/bap/"
7license: "MIT"
8install: [
9 ["mkdir" "-p" "%{share}%/bap/signatures/"]
10 ["cp" "sigs.zip" "%{share}%/bap/signatures/byteweight.zip"]
11 ["cp" "-r" "Ghidra" "%{share}%/bap/signatures/"]
12]
13
14remove: [["rm" "-f" "%{share}%/bap/signatures/byteweight.zip"]]
15synopsis: "A data package with binary signatures for BAP"
16description: "A package contains signatures for Byteweight algorithm."
17depends: [
18 "ocaml" {>= "4.08.0" }
19]
20flags: light-uninstall
21url {
22 src:
23 "https://github.com/BinaryAnalysisPlatform/bap/releases/download/v2.4.0/sigs.tar.gz"
24 checksum: [
25 "sha256=1f0770d490d12d646b658cfad9b4b75fb1fc2097fa50b0620a34203f7351d020"
26 "md5=04e2ebb1b30d2d12bf2ceb240544044f"
27 ]
28}