Skip to content

Commit 8095c4d

Browse files
committed
Misc: cleanup
1 parent 6e80150 commit 8095c4d

9 files changed

+8
-9
lines changed

js_of_ocaml-camlp4.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-camlp4"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml-compiler.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-compiler"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-lwt"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml-ocamlbuild.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-ocamlbuild"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-ppx"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml-toplevel.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-toplevel"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml-tyxml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml-tyxml"
9-
version: "3.0"
9+
version: "dev"
1010

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

js_of_ocaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "http://ocsigen.org/js_of_ocaml"
66
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
77

88
name: "js_of_ocaml"
9-
version: "3.0"
9+
version: "dev"
1010

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

lib/js_of_ocaml.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1818
*)
1919

20-
module Lib_version = Lib_version
2120
module Js = Js
2221
module Dom = Dom
2322
module Typed_array = Typed_array

0 commit comments

Comments
 (0)