Skip to content

Releases: ocaml-dune/ocaml-binary-packages

2025-02-04.2

04 Feb 00:27
5db9379

Choose a tag to compare

Add ocamllsp.1.22.0 to the github actions (#27)

Signed-off-by: Stephen Sherratt <[email protected]>

2025-01-16.0

16 Jan 13:22
7300adc

Choose a tag to compare

Merge pull request #24 from Sudha247/ocaml-lsp-server.1.21.0

Release ocaml-lsp-server.1.21.0

2024-12-12.0

12 Dec 11:53
7d78157

Choose a tag to compare

Release ocaml-lsp-server.1.20.1 (#22)

Signed-off-by: Sudha Parimala <[email protected]>

2024-12-04.0

04 Dec 04:46
2e17c20

Choose a tag to compare

Build ocamlformat.0.27.0 (#19)

Signed-off-by: Stephen Sherratt <[email protected]>

2024-11-25.0

25 Nov 02:45
286e732

Choose a tag to compare

Ocamlformat fixes (#16)

* Fix up some documentation around ocamlformat build script

Signed-off-by: Stephen Sherratt <[email protected]>

* Fix bug where ocamlformat was dynamically linked on linux

We were still running the build script on ubuntu runners which produced
the same artifact names as the dockerfile but which contained dynamic
binaries.

Signed-off-by: Stephen Sherratt <[email protected]>

---------

Signed-off-by: Stephen Sherratt <[email protected]>

2024-11-21.0

21 Nov 10:45
bded525

Choose a tag to compare

Build with docker and sh rather than nix (#10)

After this change, all linux packages will be built inside docker
containers and macos packages will be built with shell scripts that run
directly in the github action. The main reason is that it allows us to
use opam for package management rather than nix, which means that newly
released packages become available the instant they are released, rather
than needing to wait for new versions to land in nix's package repo.

Another issue that this solves is that some macos builds of
ocaml-lsp-server don't work properly when built with nix (read more
[here](https://discuss.ocaml.org/t/corrupted-compiled-interface-after-dune-build/14919)).

Signed-off-by: Stephen Sherratt <[email protected]>

2024-11-15.0

14 Nov 13:17
6796009

Choose a tag to compare

Fix bug where ocamllsp binary was not put in bin dir (#8)

Signed-off-by: Stephen Sherratt <[email protected]>

2024-11-14.0

14 Nov 06:32

Choose a tag to compare

Add script to build ocaml-lsp-server

Signed-off-by: Stephen Sherratt <[email protected]>

2024-11-07.0

07 Nov 06:33
334d806

Choose a tag to compare

Statically link ocamlformat-rpc (#4)

Fixes a bug where only the ocamlformat binary was being statically
linked, not the ocamlformat-rpc binary in the same package.

Signed-off-by: Stephen Sherratt <[email protected]>

2024-11-01.0

01 Nov 07:19
b724383

Choose a tag to compare

Build ocaml-lsp-server.1.18.0 in github action (#2)

Signed-off-by: Stephen Sherratt <[email protected]>