How to Install libperl4caml-ocaml in Ubuntu 18.04



Install libperl4caml-ocaml by entering the following commands in the terminal:

sudo apt update
sudo apt install libperl4caml-ocaml

Description:

Use Perl code in OCaml programs, runtime library

perl4caml allows you to use Perl code within Objective CAML (OCaml), thus neatly side-stepping the old problem with OCaml which was that it lacked a comprehensive set of libraries. Well now you can use any part of CPAN in your OCaml code. . This package provides the runtime dynamic library necessary to use this in bytecode OCaml programs.

Homepage: http://merjis.com/developers/perl4caml

Version: 0.9.5-5build2

Section: universe/libs