OASISFormat: 0.4
Name:        bap
Version:     2.6.0-alpha
OCamlVersion: >= 4.08.0
Synopsis:    BAP Core Library
Authors:     BAP Team
Maintainers: Ivan Gotovchits <ivg@ieee.org>
License:     MIT
Copyrights:  (C) 2014-2022 Carnegie Mellon University
Plugins:     META (0.4)
AlphaFeatures: ocamlbuild_more_args, compiled_setup_ml
BuildTools: ocamlbuild
XOCamlbuildExtraArgs:
     -plugin-tags "'package(findlib)'"

PreConfCommand: $rm setup.data
PostDistcleanCommand: $rm  _tags myocamlbuild.ml setup.ml setup.data

Flag everything
  Description: Build every feature by default
  Default: false

Flag development
  Description: Enable development mode
  Default: false


Executable "postinstall"
  Path:           tools
  MainIs:         postinstall.ml
  Install:        false
  CompiledObject: best
