Skip to content

Commit

Permalink
114.35+03
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Mar 6, 2017
1 parent 22ec436 commit 9dd3f11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Enforce Jane Street coding styles
=================================
---
title: ppx_js_style - Enforce Jane Street coding styles
parent: ../README.md
---

ppx\_js\_style is an identity ppx rewriter that enforces Jane Street
coding styles.
Expand Down
2 changes: 2 additions & 0 deletions jbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

(jbuild_version jane_street)
3 changes: 2 additions & 1 deletion ppx_js_style.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ build: [
["jbuilder" "build" "--only-packages" "ppx_js_style" "--root" "." "-j" jobs "@install"]
]
depends: [
"jbuilder"
"jbuilder" {build}
"ppx_core"
"ppx_driver"
"ppx_metaquot"
"ocaml-migrate-parsetree"
"octavius"
]
available: [ ocaml-version >= "4.03.0" ]
Expand Down
2 changes: 1 addition & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
(public_name ppx_js_style)
(kind ppx_rewriter)
(libraries (compiler-libs.common ppx_core ppx_driver octavius))
(preprocess (pps (ppx_metaquot)))))
(preprocess (pps (ppx_metaquot ppx_driver.runner)))))

(jbuild_version jane_street)

0 comments on commit 9dd3f11

Please sign in to comment.