package dockerfile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Apt distribution specific rules involving OPAM and OCaml

val install_base_packages : Dockerfile.t

Install the base packages required by OPAM, such as unzip, curl and so on.

val install_system_ocaml : Dockerfile.t

Install the system OCaml packages via apt-get

val install_system_opam : Dockerfile.t

Install the system OPAM packages via apt-get

val add_opensuse_repo : [< `Debian of [< `Stable | `Testing ] | `Ubuntu of [< `V14_04 | `V14_10 ] ] -> Dockerfile.t

Add a apt repository entry for the OpenSUSE Build Service repository for OCaml