; Copyright (c) Facebook, Inc. and its affiliates. ; ; This source code is licensed under the MIT license found in the ; LICENSE file in the root directory of this source tree. (library (name InferBase) (public_name infer.InferBase) (flags (:standard -open Core -open InferStdlib -open IStd -open InferGenerated)) (libraries cmdliner core mtime.clock.os parmap re sqlite3 zip InferGenerated InferStdlib) (preprocess (pps ppx_compare ppx_enumerate)))