Releases: ocaml-dune/ocaml-binary-packages
Releases · ocaml-dune/ocaml-binary-packages
2024-12-12.0
Release ocaml-lsp-server.1.20.1 (#22) Signed-off-by: Sudha Parimala <[email protected]>
2024-12-04.0
Build ocamlformat.0.27.0 (#19) Signed-off-by: Stephen Sherratt <[email protected]>
2024-11-25.0
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
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
Fix bug where ocamllsp binary was not put in bin dir (#8) Signed-off-by: Stephen Sherratt <[email protected]>
2024-11-14.0
Add script to build ocaml-lsp-server Signed-off-by: Stephen Sherratt <[email protected]>
2024-11-07.0
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
Build ocaml-lsp-server.1.18.0 in github action (#2) Signed-off-by: Stephen Sherratt <[email protected]>
2024-10-18.0
Change some links to point to ocaml-dune's github