OASISFormat:      0.3
OCamlVersion:     >= 4.00.0
FindlibVersion:   >= 1.3.2
Name:             async_core
Version:          109.55.02
Synopsis:         Jane Street Capital's asynchronous execution library (core)
Authors:          Jane Street Capital LLC <opensource@janestreet.com>
Copyrights:       (C) 2008-2013 Jane Street Capital LLC <opensource@janestreet.com>
Maintainers:      Jane Street Capital LLC <opensource@janestreet.com>
License:          Apache-2.0
LicenseFile:      LICENSE.txt
Homepage:         https://github.com/janestreet/async_core
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME:  false
BuildTools:       ocamlbuild, camlp4o
Description:
  Part of Jane Street’s Core library.
  .
  The Core suite of libraries is an industrial strength alternative to
  OCaml's standard library that was developed by Jane Street, the
  largest industrial user of OCaml.

Library async_core
  Path:               lib
  FindlibName:        async_core
  Pack:               true
  Modules:            Async_condition,
                      Async_gc,
                      Async_or_error,
                      Async_stream,
                      Clock,
                      Config,
                      Debug,
                      Deferred,
                      Deferred_intf,
                      Deferred_std,
                      Deferred_unit_tests,
                      Execution_context,
                      Handler,
                      Import,
                      Ivar,
                      Job,
                      Jobs,
                      Kill_index,
                      Lazy_deferred,
                      Monitor,
                      Monitor_unit_tests,
                      Pipe,
                      Priority,
                      Raw_deferred,
                      Raw_handler,
                      Raw_ivar,
                      Raw_monitor,
                      Raw_scheduler,
                      Raw_stream,
                      Scheduler,
                      Std,
                      Tail,
                      Test,
                      Throttle,
                      Throttle_debug,
                      Throttle_unit_tests
  BuildDepends:       bin_prot,
                      bin_prot.syntax,
                      core,
                      fieldslib,
                      fieldslib.syntax,
                      pa_ounit,
                      pa_ounit.syntax,
                      pa_test,
                      pa_test.syntax,
                      sexplib,
                      sexplib.syntax,
                      threads,
                      herelib,
                      herelib.syntax
  XMETARequires:      sexplib,
                      pa_ounit,
                      pa_test,
                      fieldslib,
                      bin_prot,
                      core,
                      threads,
                      herelib

Document "async_core"
  Title:                Jane street's async library (core)
  Type:                 ocamlbuild (0.3)
  BuildTools+:          ocamldoc
  XOCamlbuildPath:      lib
  XOCamlbuildLibraries: async_core

