Skip to content

Commit

Permalink
Misc: remove ocamlbuild from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jan 24, 2022
1 parent bffe7ee commit 72c3aa3
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 278 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Lib: add deprecation warning for deprecated code
* PPX: json can now be derived for mutable records (#1184)
* Runtime: use crypto.getRandomValues when available (#1209)
* Misc: move js_of_ocaml-ocamlbuild out to its own repo

## Bug fixes
* Compiler: fix sourcemap warning for empty cma (#1169)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We actively welcome pull requests.

### Install dependencies
```
opam install --deps-only -t js_of_ocaml js_of_ocaml-lwt js_of_ocaml-compiler js_of_ocaml-ocamlbuild js_of_ocaml-toplevel js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json js_of_ocaml-tyxml
opam install --deps-only -t js_of_ocaml js_of_ocaml-lwt js_of_ocaml-compiler js_of_ocaml-toplevel js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json js_of_ocaml-tyxml
opam install odoc lwt_log cohttp-lwt-unix yojson ocp-indent graphics higlo
```

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Js_of_ocaml is composed of multiple packages:
- js_of_ocaml-ppx_deriving_json
- js_of_ocaml-lwt, lwt support.
- js_of_ocaml-tyxml, tyxml support.
- js_of_ocaml-ocamlbuild, an ocamlbuild plugin to compile to
javascript.
- js_of_ocaml-toplevel, lib and tools to build an ocaml toplevel to
javascript.

Expand Down Expand Up @@ -152,4 +150,3 @@ comparison, and hashing functions can yield results different from usual:
| ppx/ | ppx syntax extensions |
| runtime/ | runtime system |
| toplevel/ | web-based OCaml toplevel |
| ocamlbuild/ | ocamlbuild plugin for js_of_ocaml |
14 changes: 0 additions & 14 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@
lwt_log
))

(package
(name js_of_ocaml-ocamlbuild)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.04))
ocamlbuild
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (and (>= 0.22.0) :with-test))
(re (and (>= 1.9.0) :with-test))
))

(package
(name js_of_ocaml-ppx_deriving_json)
(synopsis "Compiler from OCaml bytecode to JavaScript")
Expand Down
38 changes: 0 additions & 38 deletions js_of_ocaml-ocamlbuild.opam

This file was deleted.

15 changes: 0 additions & 15 deletions js_of_ocaml-ocamlbuild.opam.template

This file was deleted.

2 changes: 1 addition & 1 deletion manual/contribute.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We actively welcome pull requests.

=== Install dependencies
{{{
opam install --deps-only js_of_ocaml js_of_ocaml-lwt js_of_ocaml-compiler js_of_ocaml-ocamlbuild js_of_ocaml-toplevel js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json js_of_ocaml-tyxml
opam install --deps-only js_of_ocaml js_of_ocaml-lwt js_of_ocaml-compiler js_of_ocaml-toplevel js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json js_of_ocaml-tyxml
opam install lwt reactiveData tyxml ppxlib cohttp-lwt-unix menhir ppx_expect yojson sexplib
}}}

Expand Down
2 changes: 0 additions & 2 deletions manual/overview.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Js_of_ocaml is composed of multiple packages:
* js_of_ocaml-ppx_deriving_json
* js_of_ocaml-lwt, lwt support.
* js_of_ocaml-tyxml, tyxml support.
* js_of_ocaml-ocamlbuild, an ocamlbuild plugin to compile to
javascript.
* js_of_ocaml-toplevel, lib and tools to build an ocaml toplevel to
javascript.

Expand Down
5 changes: 0 additions & 5 deletions ocamlbuild/dune

This file was deleted.

99 changes: 0 additions & 99 deletions ocamlbuild/ocamlbuild_js_of_ocaml.ml

This file was deleted.

100 changes: 0 additions & 100 deletions ocamlbuild/ocamlbuild_js_of_ocaml.mli

This file was deleted.

0 comments on commit 72c3aa3

Please sign in to comment.