Skip to content

Commit

Permalink
Misc: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jun 22, 2017
1 parent 6e80150 commit 8095c4d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js_of_ocaml-camlp4.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-camlp4"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-compiler"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-lwt"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-ocamlbuild.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-ocamlbuild"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-ppx"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-toplevel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-toplevel"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-tyxml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml-tyxml"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

name: "js_of_ocaml"
version: "3.0"
version: "dev"

build: [["jbuilder" "build" "-p" name "-j" jobs]]

Expand Down
1 change: 0 additions & 1 deletion lib/js_of_ocaml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*)

module Lib_version = Lib_version
module Js = Js
module Dom = Dom
module Typed_array = Typed_array
Expand Down

0 comments on commit 8095c4d

Please sign in to comment.