114.04+57

This commit is contained in:
Jeremie Dimino 2016-08-05 13:22:37 +01:00
parent ee1c44b56e
commit 368191deb1
3 changed files with 14 additions and 1 deletions

2
_oasis
View File

@ -2,7 +2,7 @@ OASISFormat: 0.4
OCamlVersion: >= 4.03.0 OCamlVersion: >= 4.03.0
FindlibVersion: >= 1.3.2 FindlibVersion: >= 1.3.2
Name: ppx_let Name: ppx_let
Version: 114.04+40 Version: 114.04+57
Synopsis: Monadic let-bindings Synopsis: Monadic let-bindings
Authors: Jane Street Group, LLC <opensource@janestreet.com> Authors: Jane Street Group, LLC <opensource@janestreet.com>
Copyrights: (C) 2015-2016 Jane Street Group LLC <opensource@janestreet.com> Copyrights: (C) 2015-2016 Jane Street Group LLC <opensource@janestreet.com>

7
src/jbuild Normal file
View File

@ -0,0 +1,7 @@
(library
((name ppx_let)
(public_name ppx_let)
(public_release ((kind ppx_rewriter)))
(wrapped false)
(libraries (ocamlcommon ppx_core ppx_driver))
(preprocess ((no_preprocessing All)))))

6
test/jbuild Normal file
View File

@ -0,0 +1,6 @@
(executables
((names (test))
(preprocess (((pps (ppx_let)) All)))))
(toplevel_expect_tests
((libraries (ppx_let))))