ocamlwc software package provides count the lines of code and comments in OCaml sources, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install ocamlwc
ocamlwc is installed in your system.
Make ensure the ocamlwc package were installed using the commands given below,
$ sudo dpkg-query -l | grep ocamlwc *
You will get with ocamlwc package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | ocamlwc |
| Version | 0.3-11build1 |
| Description | count the lines of code and comments in OCaml sources |
| Sub Section | devel |