Skip to content

Commit fdade82

Browse files
committed
Merge pull request #367 from bloomberg/make_version_correct
make version correct, also distribute other ocaml binaries
2 parents 7189c8c + bea88d1 commit fdade82

File tree

15 files changed

+88
-4
lines changed

15 files changed

+88
-4
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,17 @@ bin/*
5454

5555
# for npm publish
5656
!bin/bsc
57+
!bin/ocaml
58+
!bin/ocamldep
59+
!bin/ocamldep.opt
60+
!bin/ocamlyacc
61+
!bin/ocamllex.opt
62+
!bin/ocamllex
63+
!bin/ocamlobjinfo
64+
!bin/ocamlopt
65+
!bin/ocamlopt.opt
66+
!bin/ocamlrun
67+
!bin/ocamlc
68+
!bin/ocamlc.opt
69+
5770
!ocaml.tar.gz

bin/ocaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamlc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamlc.opt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamldep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamldep.opt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamllex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamllex.opt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamlobjinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

bin/ocamlopt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

0 commit comments

Comments
 (0)