opam-version: "2.0" maintainer: "Ivan Gotovchits " authors: "BAP Team" homepage: "https://github.com/BinaryAnalysisPlatform/bap/" bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues" dev-repo: "git+https://github.com/BinaryAnalysisPlatform/bap/" license: "MIT" build: [ ["oasis" "setup"] ["./configure" "--prefix=%{prefix}%"] [make] ] install: [ [make "install"] ] remove: [ [ "ocamlfind" "remove" "bap-plugin-frames"] [ "ocamlfind" "remove" "bap-frames"] [ "ocamlfind" "remove" "bfd"] [ "bapbundle" "remove" "frames.plugin"] [ "rm" "-f" "%{prefix}%/share/bap-frames/*.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/exceptionframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/frame.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/keyframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/metaframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/modloadframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/stdframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/syscallframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/taintintroframe.piqi"] [ "rm" "-f" "%{prefix}%/share/bap-frames/types.piqi"] ] depends: [ "ocaml" "oasis" {build & = "0.4.7"} "bap-std" {= version} "bap-traces" {= version} "cmdliner" "piqi" {>= "0.7.4"} "ppx_deriving" ] synopsis: "A data format for storing execution traces" url { src: "https://github.com/BinaryAnalysisPlatform/bap-frames/archive/v2.1.0.tar.gz" checksum: [ "sha256=a5480ee1078a0496420cb5c702894402a5b0be9af420f3a28fa88154b82f60f6" "md5=9230dfa0eb2e1270be05fe20a3ccd001" ] }