Skip to content

Commit

Permalink
update opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
remyzorg committed Mar 30, 2018
1 parent b5157cc commit 981da71
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 32 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ test: build
build:
jbuilder build --dev

.PHONY: install
install: build
jbuilder install

.PHONY: uninstall
uninstall:
jbuilder uninstall

.PHONY: clean
clean:
jbuilder clean
Expand Down
4 changes: 2 additions & 2 deletions pendulum-compiler.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

opam-version: "1.2"
name: "pendulum"
version: "dev"
Expand All @@ -7,11 +6,12 @@ authors: "Rémy El Sibaie <[email protected]>"
homepage: "http://github.com/remyzorg/pendulum"
bug-reports: "http://github.com/remyzorg/pendulum/issues"
dev-repo: "https://github.com/remyzorg/pendulum.git"

depends: [
"jbuilder"
"ppx_tools"
]
install: [make "install"]

build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
2 changes: 1 addition & 1 deletion pendulum-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ authors: "Rémy El Sibaie <[email protected]>"
homepage: "http://github.com/remyzorg/pendulum"
bug-reports: "http://github.com/remyzorg/pendulum/issues"
dev-repo: "https://github.com/remyzorg/pendulum.git"

depends: [
"jbuilder"
"ppx_tools"
]
install: [make "install"]
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
1 change: 0 additions & 1 deletion pendulum-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ depends: [
"jbuilder"
"ppx_tools"
]
install: [make "install"]
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
Expand Down
28 changes: 0 additions & 28 deletions tests/ppx/.merlin

This file was deleted.

0 comments on commit 981da71

Please sign in to comment.