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