jrh13 / hol-light

The HOL Light theorem prover
Other
435 stars 79 forks source link

Add opam and META files, add '-dir' to hol.sh, other updates #116

Closed aqjune-aws closed 1 month ago

aqjune-aws commented 1 month ago

This patch

The contents of 'opam' file is equivalent to the already published version to the OPAM repository https://github.com/ocaml/opam-repository/blob/master/packages/hol_light/hol_light.3.0.0/opam modulo:

META was necessary to help ocamlfind locate package 'hol_light'. When HOL Light is installed during OPAM installation, I uploaded this file at gist.github.com and download it; but I think it is a wiser idea to explicitly put it in this repo. :)