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]
12
13remove: [["rm" "-f" "%{share}%/bap/signatures/byteweight.zip"]]
14synopsis: "A data package with binary signatures for BAP"
15description: "A package contains signatures for Byteweight algorithm."
16depends: ["ocaml"]
17flags: light-uninstall
18url {
19 src:
20 "https://github.com/BinaryAnalysisPlatform/bap/releases/download/v2.3.0/sigs.tar.gz"
21 checksum: [
22 "sha256=45c34b7f8d755ba51a10b019edfaf05bfa5b5bf174f7b2d5ce93c25ce79a516d"
23 "md5=1099975bb3473f001f6d7b0dbda8b14a"
24 ]
25}