Skip to content

Commit

Permalink
add a pin.sh file, fixe package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy committed Sep 10, 2018
1 parent 1f60b0f commit a532681
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ which is basically the execution of a list iterator.

### with opam (easier)

opam `1.2` with `switch 4.05.0` (minimum) is required
opam `1.2` with `switch 4.05.0` (minimum)

```
sh pin.sh
```


```
opam pin add -y pendulum-compiler git://github.com/remyzorg/pendulum.git
Expand Down
2 changes: 1 addition & 1 deletion examples/game/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: main.ml
-pkgs ppx_deriving,ppx_deriving.std \
-pkgs pendulum-lib,pendulum-ppx \
main.byte
js_of_ocaml main.byte
js_of_ocaml +weak.js main.byte

clean:
ocamlbuild -clean
3 changes: 3 additions & 0 deletions pin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
opam pin add -y pendulum-compiler git://github.com/remyzorg/pendulum.git
opam pin add -y pendulum-lib git://github.com/remyzorg/pendulum.git
opam pin add -y pendulum-ppx git://github.com/remyzorg/pendulum.git
2 changes: 1 addition & 1 deletion src/ppx/jbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(jbuild_version 1)

(library
((name ppx)
((name pendulum_ppx)
(public_name pendulum-ppx)
(libraries (
compiler-libs.common
Expand Down

0 comments on commit a532681

Please sign in to comment.