this repo has no description
1opam-version: "2.0" 2maintainer: "ivg@cmu.edu" 3authors: ["Carnegie Mellon University BAP Team"] 4homepage: "https://github.com/BinaryAnalysisPlatform/ppx_bap" 5bug-reports: "https://github.com/BinaryAnalysisPlatform/ppx_bap/issues" 6dev-repo: "git+https://github.com/BinaryAnalysisPlatform/ppx_bap.git" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.08.0"} 13 "base_quickcheck" {>= "v0.14" & < "v0.15"} 14 "ppx_assert" {>= "v0.14" & < "v0.15"} 15 "ppx_bench" {>= "v0.14" & < "v0.15"} 16 "ppx_bin_prot" {>= "v0.14" & < "v0.15"} 17 "ppx_cold" {>= "v0.14" & < "v0.15"} 18 "ppx_compare" {>= "v0.14" & < "v0.15"} 19 "ppx_enumerate" {>= "v0.14" & < "v0.15"} 20 "ppx_fields_conv" {>= "v0.14" & < "v0.15"} 21 "ppx_hash" {>= "v0.14" & < "v0.15"} 22 "ppx_here" {>= "v0.14" & < "v0.15"} 23 "ppx_optcomp" {>= "v0.14" & < "v0.15"} 24 "ppx_sexp_conv" {>= "v0.14" & < "v0.15"} 25 "ppx_sexp_value" {>= "v0.14" & < "v0.15"} 26 "ppx_variants_conv" {>= "v0.14" & < "v0.15"} 27 "dune" {>= "2.0.0"} 28 "ppxlib" {>= "0.15.0"} 29] 30synopsis: "The set of ppx rewriters for BAP" 31description: " 32ppx_bap is the set of blessed ppx rewriters used in BAP projects. 33It fills the same role as ppx_base or ppx_jane (from which it is derived), 34but doesn't impose any style requirements and has only the minimal necessary 35set of rewriters." 36url { 37 src: 38 "https://github.com/BinaryAnalysisPlatform/ppx_bap/archive/v0.14.tar.gz" 39 checksum: [ 40 "sha256=b549ed28fb058e53f3fae0ae0f6a0279f0e4b21ad83705a468e730f8c2e47ade" 41 "md5=cf2ae08b613776661094b9dccdf5e796" 42 ] 43}