traeger / hol-light-docker

Scripts for deploying HOL Light with Docker (and optional checkpointing)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts for HOL Light (installation, deployment, checkpointing) on Docker or Podman.

Introduction

HOL Light needs 'camlp5'. This package is sometimes hard to install (e.g. Fedora). Therefor we provied a set of scriptes using docker/podman and dmtcp (for checkpoints) to install it anywhere and hopefully with less pain.

After the installion it allows you to run HOL Light the typical linux way.

Run interactivly

hol-light

Load a file and terminate after execution

hol-light --file FILENAME

Remark

Simplified version of https://github.com/maggesi/hol-light-docker. This version only supports the HOL Light core library but makes the installion simpler overall. If you need Multivariate analysis, Complex analysis or Quaternions than please use maggesi's version.

Install

Follow the install instructions.

Usage

We provide further ways running HOL Light.

About

Scripts for deploying HOL Light with Docker (and optional checkpointing)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 60.5%Language:Shell 39.5%