libcryptokit-ocaml software package provides cryptographic algorithm 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 libcryptokit-ocaml
libcryptokit-ocaml is installed in your system.
Make ensure the libcryptokit-ocaml package were installed using the commands given below,
$ sudo dpkg-query -l | grep libcryptokit-ocaml *
You will get with libcryptokit-ocaml package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Libraries |
| Package | libcryptokit-ocaml |
| Version | 1.10-1build1 |
| Description | cryptographic algorithm library for OCaml - runtime |
| Sub Section | libs |