Skip to content

Commit

Permalink
fix .opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
remyzorg committed May 4, 2018
1 parent 3e17fe4 commit 8cd59a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pendulum-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dev-repo: "https://github.com/remyzorg/pendulum.git"
depends: [
"jbuilder"
"ppx_tools"
"ppx_tools_versioned"
]

build: [
Expand Down
2 changes: 1 addition & 1 deletion pendulum-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ bug-reports: "http://github.com/remyzorg/pendulum/issues"
dev-repo: "https://github.com/remyzorg/pendulum.git"
depends: [
"jbuilder"
"ppx_tools"
"pendulum-lib"
"pendulum-compiler"
"ppx_tools_versioned"
]
build: [
["jbuilder" "build" "-p" name "-j" jobs]
Expand Down

0 comments on commit 8cd59a1

Please sign in to comment.