Hacker News new | ask | show | jobs
Getting Started with OCaml in 2021 (lambdafoo.com)
6 points by multani 1684 days ago
1 comments

> First it’s necessary to install OCaml and Opam. Opam is the default package manager for OCaml projects.

    $ sudo apt install opam

    ...list of packages, including several python 2 packages, darcs, and mercurial ---

    After this operation, 451 MB of additional disk space will be used.
    Do you want to continue? [Y/n] n
    Abort.
Python 2 ? In 2021?

Also, darcs? And mercurial?