Doc: only mention dependencies in the opam file

This commit is contained in:
Etienne Millon 2022-07-05 10:47:06 +02:00 committed by Kate
parent 511e713353
commit a0f19fd4da
1 changed files with 2 additions and 16 deletions

View File

@ -20,22 +20,8 @@ The easiest and recommended way of installing utop is via
$ opam install utop
If you want to build it manually, you should install all the
dependencies listed in the next section.
Dependencies
------------
* [OCaml](http://caml.inria.fr/ocaml/) (>= 4.03.0)
* [Dune](http://github.com/ocaml/dune)
* [findlib](http://projects.camlcity.org/projects/findlib.html) (>= 1.4.0)
* [cppo](http://mjambon.com/cppo.html) (>= 1.0.1)
* [react](http://erratique.ch/software/react)
* [lwt](http://ocsigen.org/lwt/) (>= 2.4.0) built with react support
* [Camomile](http://github.com/yoriyuki/Camomile) (>= 0.8)
* [zed](http://github.com/ocaml-community/zed) (>= 3.0)
* [lambda-term](http://github.com/ocaml-community/lambda-term) (>= 3.0)
* [mew\_vi](http://github.com/kandu/mew_vi)
If you want to build it manually, refer to the opam file which lists the
dependencies.
Installation from sources
-------------------------