10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
version = "$(pkg_version)"
|
|
description = "Monadic let-bindings"
|
|
requires = "ppx_core ppx_driver"
|
|
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"
|
|
exists_if = "ppx_let.cma"
|
|
ppx(-ppx_driver,-custom_ppx) = "./ppx"
|