setup-ocaml

GitHub Action for the OCaml programming language

MIT License

Stars
192
Committers
22

Bot releases are visible (Hide)

setup-ocaml - v3.0.9

Published by smorimoto 26 days ago

Changed

  • Update runtime dependencies.
setup-ocaml - v3.0.8 Latest Release

Published by smorimoto about 2 months ago

Changed

  • Update runtime dependencies.
setup-ocaml - v3.0.7

Published by smorimoto 2 months ago

Changed

  • Unlock --with-doc in analysis.
  • Use better dune cache keys.

Fixed

  • Configure git config globally instead of locally.
setup-ocaml - v3.0.6

Published by smorimoto 2 months ago

Fixed

  • Fix global Git ignore for self-hosted runner.
setup-ocaml - v3.0.5

Published by smorimoto 2 months ago

Changed

  • Set Git to ignore Cygwin local package directory.
setup-ocaml - v3.0.4

Published by smorimoto 2 months ago

Changed

  • Minimise GitHub API calls.

Fixed

  • Use stricter cache keys.
setup-ocaml - v3.0.3

Published by smorimoto 3 months ago

Fixed

  • Always install dune within every extends.
setup-ocaml - v3.0.2

Published by smorimoto 3 months ago

Fixed

  • Do not throw an error even if the .ocamlformat file is not found.
setup-ocaml - v3.0.1

Published by smorimoto 3 months ago

Fixed

  • Add the repositories hash to the opam cache key for stronger reproducibility.
  • If the ocamlformat config does not exist, continue lint-fmt without installing it.
setup-ocaml - v3.0.0

Published by smorimoto 4 months ago

  • This was a version bump only, there were no code changes.
setup-ocaml - v3.0.0-beta1

Published by smorimoto 4 months ago

Fixed

  • Fix asset selector to select the correct opam release asset.
setup-ocaml - v3.0.0-beta

Published by smorimoto 4 months ago

Changed

  • Always set-up Cygwin whether or not the cache is hit.
setup-ocaml - v3.0.0-alpha

Published by smorimoto 4 months ago

Added

  • Add initial support for opam 2.2 on Windows.
setup-ocaml - v2.2.10

Published by smorimoto 4 months ago

Changed

  • Update runtime dependencies.
setup-ocaml - v2.2.9

Published by smorimoto 6 months ago

Changed

  • Do not explicitly call the depext subcommand unless required.
  • Do not set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK to 1 while installing OCaml.
  • Update runtime dependencies.
setup-ocaml - v2.2.8

Published by smorimoto 6 months ago

Changed

  • Update runtime dependencies.
setup-ocaml - v2.2.7

Published by smorimoto 6 months ago

Changed

  • Update runtime dependencies.
setup-ocaml - v2.2.6

Published by smorimoto 8 months ago

Changed

  • Update runtime dependencies.
setup-ocaml - v2.2.5

Published by smorimoto 8 months ago

Changed

  • Update runtime dependencies.
setup-ocaml - v2.2.3

Published by smorimoto 9 months ago

Changed

  • Adopt native ESM for runtime environment for ocaml/setup-ocaml/analysis again.