114.04+57
This commit is contained in:
parent
ee1c44b56e
commit
368191deb1
2
_oasis
2
_oasis
@ -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
7
src/jbuild
Normal 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
6
test/jbuild
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
(executables
|
||||||
|
((names (test))
|
||||||
|
(preprocess (((pps (ppx_let)) All)))))
|
||||||
|
|
||||||
|
(toplevel_expect_tests
|
||||||
|
((libraries (ppx_let))))
|
Loading…
Reference in New Issue
Block a user