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"
8
9depends: [
10 "bap-primus-exploring-scheduler" {= "2.3.0"}
11 "bap-primus-greedy-scheduler" {= "2.3.0"}
12 "bap-primus-limit" {= "2.3.0"}
13 "bap-primus-loader" {= "2.3.0"}
14 "bap-primus-mark-visited" {= "2.3.0"}
15 "bap-primus-print" {= "2.3.0"}
16 "bap-primus-promiscuous" {= "2.3.0"}
17 "bap-primus-round-robin-scheduler" {= "2.3.0"}
18 "bap-primus-wandering-scheduler" {= "2.3.0"}
19]
20synopsis: "Provides supporting components for Primus"
21
22url {
23 src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.3.0.tar.gz"
24 checksum: [
25 "sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea"
26 "md5=13f2cb1e3b9d90348852252fb0f2d09f"
27 ]
28 mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.3.0/v2.3.0.tar.gz"
29}