; 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 PythonFrontend)
 (public_name infer.PythonFrontend)
 (flags
  (:standard
   -open
   Core
   -open
   IStdlib
   -open
   IStd
   -open
   IBase
   -open
   Textuallib))
 (libraries core zarith IStdlib IBase pyml Textuallib ppx_show.runtime)
 (preprocess
  (pps ppx_compare ppx_enumerate ppx_show)))
