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.4.0/sigs.tar.gz" 21 checksum: [ 22 "sha256=dbfe3632e9fc48594ec4f6782110a02ad53ebf96f37f2432bb2856d4510796ae" 23 "md5=e46f1494adabb9ea437a775d3842546c" 24 ] 25}