Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aqjune-aws
Copy link
Contributor

This patch

  • adds opam and META files.
  • add '-dir' to hol.sh: 'hol.sh -dir' prints its HOLLIGHT_DIR variable. This is convenient when one wants to know where hol light is installed :)
  • increases version at hol.ml to "3.0.0+" ('+' is to describe that there are updates after the official release)
  • updates README to explain how to use OPAM to install HOL Light

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:

  • A reference to the released tar.gz
  • extra-source "META" because the META file will now be included in hol-light with this patch
  • Version number and some extra stuffs (they seem to extract those from the directory path)

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. :)

This patch
- adds opam and META files.
- add '-dir' to hol.sh: 'hol.sh -dir' prints its HOLLIGHT_DIR variable. This is convenient when one wants to know where hol light is installed :)
- increases version at hol.ml to "3.0.0+" ('+' is to describe that there are updates after the official release)
- updates README to explain how to use OPAM to install HOL Light

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:
- A reference to the released tar.gz
- `extra-source "META"` because the META file will now be included in hol-light with this patch
- Version number and some extra stuffs (they seem to extract those from the directory path)

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. :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant