iblazhko/ocaml-dev

By iblazhko

Updated 5 months ago

OCaml Devcontainer environment; includes ocaml-lsp-server, ocamlformat, alcotest.

Image
Languages & frameworks
Developer tools
0

1.2K

iblazhko/ocaml-dev repository overview

OCaml Devcontainer

This image is mainly intended to be used for VisualStudio Code devcontainer environments.

It includes

  • opam
  • ocaml
  • ocaml-lsp-server
  • ocamlformat
  • alcotest
  • ounit2
  • qcheck
  • base
  • core

Source: https://github.com/iblazhko/ocaml-devcontainer

devcontainer.json:

{
    "name": "OCaml 5.4",
    "image": "docker.io/iblazhko/ocaml-dev:5.4",
    "customizations": {
        "vscode": {
            "extensions": [
                "ocamllabs.ocaml-platform",
                "eamodio.gitlens",
                "editorconfig.editorconfig",
                "streetsidesoftware.code-spell-checker"
            ]
        }
    }
}

Tag summary

Content type

Image

Digest

sha256:a75662390

Size

1.5 GB

Last updated

5 months ago

docker pull iblazhko/ocaml-dev