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/"]
10 ["cp" "sigs.zip" "%{share}%/bap/sigs.zip"]
11]
12
13remove: [["rm" "%{share}%/bap/sigs.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/v1.0.0/sigs.tar.gz"
21 checksum: [
22 "sha256=ad883cd18bb9fe69e9c59df669a94a0175d6376c103be44311157fb6f27822d8"
23 "md5=bf7b0554000f2692d4966de358c5559f"
24 ]
25}