Skip to content

Commit

Permalink
Merge pull request OCamlPro#138 from Thomashuet/master
Browse files Browse the repository at this point in the history
ocp-jslib as git submodule
  • Loading branch information
cagdasbozman committed Nov 21, 2013
2 parents de4cdda + 33c1e4d commit ad1d825
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 968 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "ocp-jslib"]
path = ocp-jslib
url = git@github.com:OCamlPro/ocp-jslib.git
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -19,7 +19,8 @@ js_of_ocaml (see http://ocsigen.org/js_of_ocaml/).

$ opam remote add devel git@github.com:OCamlPro/opam-repo-dev.git
$ opam install js_of_ocaml.100
$ git clone git@github.com:OCamlPro/ocp-jslib.git
$ git submodule init
$ git submodule update
$ ./configure
$ make

Expand Down Expand Up @@ -68,4 +69,4 @@ http://try.ocamlpro.com/

# License

[GNU General Public License] (https://github.com/OCamlPro/tryocaml/blob/master/tryocaml/LICENSE.GPL)
[GNU General Public License] (https://github.com/OCamlPro/tryocaml/blob/master/tryocaml/LICENSE.GPL)
1 change: 1 addition & 0 deletions ocp-jslib
Submodule ocp-jslib added at 5251af

0 comments on commit ad1d825

Please sign in to comment.