; 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 IStdlib)
 (public_name infer.IStdlib)
 (flags
  (:standard -open Core))
 (libraries
  ANSITerminal
  core
  fmt
  core_unix
  core_unix.filename_unix
  core_unix.sys_unix
  iter
  mtime
  str
  yojson)
 (preprocess
  (pps ppx_compare ppx_hash)))

(documentation
 (package infer)
 (mld_files IStdlib))
