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