OASISFormat:      0.3
OCamlVersion:     >= 4.00.0
FindlibVersion:   >= 1.3.2
Name:             typerep
Version:          113.00.00
Synopsis:         Runtime types for OCaml
Authors:          Jane Street Group, LLC <opensource@janestreet.com>
Copyrights:       (C) 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/typerep_beta
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME:  false
BuildTools:       ocamlbuild, camlp4o
Description:
  Library for creating runtime representation of OCaml types and
  computing functions from these.

Library typerep_lib
  Path:               lib
  Pack:               true
  Modules:            Make_typename,
                      Named_intf,
                      Std,
                      Std_internal,
                      Type_abstract,
                      Type_equal,
                      Type_generic_intf,
                      Type_generic,
                      Typename,
                      Typerepable,
                      Typerep_obj,
                      Variant_and_record_intf

Library typerep_syntax
  Path:               syntax
  Modules:            Pa_typerep_conv
  FindlibName:        syntax
  FindlibParent:      typerep_lib
  BuildDepends:       camlp4.lib,
                      camlp4.extend,
                      camlp4.quotations,
                      type_conv
  XMETAType:          syntax
  XMETARequires:      camlp4, type_conv
  XMETADescription:   Syntax extension for the "typerep" converter
