OASISFormat:      0.3
OCamlVersion:     >= 4.00.0
FindlibVersion:   >= 1.3.2
Name:             pa_ounit
Version:          113.00.00
Synopsis:         OCaml inline testing.
Authors:          Jane Street Group, LLC <opensource@janestreet.com>
Copyrights:       (C) 2009-2013 Jane Street Group LLC <opensource@janestreet.com>
Maintainers:      Jane Street Group, LLC <opensource@janestreet.com>
License:          Apache-2.0
LicenseFile:      LICENSE.txt
Homepage:         https://github.com/janestreet/pa_ounit
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME:  false
BuildTools:       ocamlbuild, camlp4o

Library pa_ounit_lib
  Path:               runtime-lib
  FindlibName:        pa_ounit
  Pack:               true
  Modules:            Runtime
  XMETADescription:   Runtime support for pa_ounit

Library pa_ounit_syntax
  Path:               src
  Modules:            Pa_ounit
  FindlibName:        syntax
  FindlibParent:      pa_ounit_lib
  BuildDepends:       camlp4.extend,
                      camlp4.lib,
                      camlp4.quotations,
                      compiler-libs.common
  XMETAType:          syntax
  XMETARequires:      camlp4, compiler-libs.common
  XMETADescription:   Syntax extension writing inline tests
