OASISFormat:      0.3
OCamlVersion:     >= 4.00.1
FindlibVersion:   >= 1.3.2
Name:             pipebang
Version:          113.00.00
Synopsis:         Syntax extension to transform x |! f into f x
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/pipebang
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME:  false
BuildTools:       ocamlbuild, camlp4o

Library pa_pipebang
  Path:               src
  Modules:            Pa_pipebang
  FindlibName:        pa_pipebang
  BuildDepends:       camlp4.extend,
                      camlp4.lib,
                      camlp4.quotations
  XMETAType:          syntax
  XMETARequires:      camlp4
  XMETADescription:   Syntax extension to transform x |! f into f x
