ligo/_oasis

38 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-04-26 20:03:48 +04:00
OASISFormat: 0.4
2016-07-19 11:54:08 +04:00
OCamlVersion: >= 4.03.0
2016-04-26 20:03:48 +04:00
FindlibVersion: >= 1.3.2
Name: ppx_let
2016-08-05 16:22:37 +04:00
Version: 114.04+57
2016-04-26 20:03:48 +04:00
Synopsis: Monadic let-bindings
Authors: Jane Street Group, LLC <opensource@janestreet.com>
Copyrights: (C) 2015-2016 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/ppx_let
Plugins: StdFiles (0.3), DevFiles (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME: false
BuildTools: ocamlbuild
BetaFeatures: section_object
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildPluginTags: package(js-build-tools.ocamlbuild_goodies)
FilesAB: META.ab
2016-01-12 21:20:06 +04:00
Description:
Part of the Jane Street's PPX rewriters collection.
Library ppx_let
Path: src
Pack: false
Modules: Ppx_let
2016-05-20 15:01:06 +04:00
BuildDepends: compiler-libs.common,
ppx_core,
2016-01-12 21:20:06 +04:00
ppx_driver
Executable ppx
Path: as_ppx
MainIs: ppx.ml
CompiledObject: best
BuildDepends: ppx_let,
ppx_driver