114.33+30

This commit is contained in:
Jeremie Dimino 2017-02-27 15:54:03 +00:00
parent dc2619c18e
commit 407f09fe3a
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,4 @@
INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
NAME := ppx_let
# Default rule
@ -5,10 +6,10 @@ default:
jbuilder build-package $(NAME)
install:
opam-installer -i --prefix $(PREFIX) $(NAME).install
jbuilder install $(INSTALL_ARGS)
uninstall:
opam-installer -u --prefix $(PREFIX) $(NAME).install
jbuilder uninstall $(INSTALL_ARGS)
reinstall: uninstall reinstall

View File

@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/ppx_let/issues"
dev-repo: "https://github.com/janestreet/ppx_let.git"
license: "Apache-2.0"
build: [
["jbuilder" "build-package" "ppx_let" "-j" jobs]
["jbuilder" "build-package" "ppx_let" "-j" jobs]
]
depends: [
"jbuilder"

View File

@ -4,3 +4,5 @@
(kind ppx_rewriter)
(libraries (ppx_core ppx_driver))
(preprocess no_preprocessing)))
(jbuild_version jane_street)

View File

@ -4,3 +4,5 @@
(toplevel_expect_tests
((libraries (ppx_let))))
(jbuild_version jane_street)