2016-01-12 21:20:06 +04:00
|
|
|
version = "$(pkg_version)"
|
|
|
|
description = "Monadic let-bindings"
|
2016-05-20 15:01:06 +04:00
|
|
|
requires = "compiler-libs.common ppx_core ppx_driver"
|
2016-04-26 20:03:48 +04:00
|
|
|
archive(ppx_driver, byte ) = "ppx_let.cma"
|
|
|
|
archive(ppx_driver, native) = "ppx_let.cmxa"
|
|
|
|
plugin(ppx_driver, byte ) = "ppx_let.cma"
|
|
|
|
plugin(ppx_driver, native) = "ppx_let.cmxs"
|
2016-01-12 21:20:06 +04:00
|
|
|
exists_if = "ppx_let.cma"
|
2016-04-26 20:03:48 +04:00
|
|
|
ppx(-ppx_driver,-custom_ppx) = "./ppx"
|