-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppx_bap.opam
35 lines (35 loc) · 995 Bytes
/
ppx_bap.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["Carnegie Mellon University BAP Team"]
homepage: "https://github.com/BinaryAnalysisPlatform/ppx_bap"
bug-reports: "https://github.com/BinaryAnalysisPlatform/ppx_bap/issues"
dev-repo: "git+https://github.com/BinaryAnalysisPlatform/ppx_bap.git"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.07.0"}
"base_quickcheck"
"ppx_assert"
"ppx_bench"
"ppx_bin_prot"
"ppx_cold"
"ppx_compare"
"ppx_enumerate"
"ppx_fields_conv"
"ppx_hash"
"ppx_here"
"ppx_optcomp"
"ppx_sexp_conv"
"ppx_sexp_value"
"ppx_variants_conv"
"dune" {>= "2.0.0"}
"ppxlib" {>= "0.15.0"}
]
synopsis: "The set of ppx rewriters for BAP"
description: "
ppx_bap is the set of blessed ppx rewriters used in BAP projects.
It fills the same role as ppx_base or ppx_jane (from which it is derived),
but doesn't impose any style requirements and has only the minimal necessary
set of rewriters."