libcore-ocaml software package provides Jane Street's standard library for OCaml (runtime), you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libcore-ocaml
libcore-ocaml is installed in your system.
Make ensure the libcore-ocaml package were installed using the commands given below,
$ sudo dpkg-query -l | grep libcore-ocaml *
You will get with libcore-ocaml package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Ocaml |
| Package | libcore-ocaml |
| Version | 113.00.00-4build2 |
| Description | Jane Street's standard library for OCaml (runtime) |
| Sub Section | Ocaml |