Skip to content

Commit

Permalink
minor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
christinerose authored Nov 29, 2023
1 parent 151520a commit bbc0386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/news/platform/platform-2023-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In this October edition, we bring you the latest on the OCaml Platform, continui
**Activities:**
- We reworked the storage for opam repositories. We now have support for multiple repositories, which we store and update in an efficient manner. -- [ocaml/dune#8950](https://github.com/ocaml/dune/pull/8950)
- We introduced the `$ dune pkg outdated` command to view all the outdated packages in a lock directory. -- [ocaml/dune#8773](https://github.com/ocaml/dune/pull/8773)
- We introduced `$ dune describe pkg lock` to print lock directories. This gives a user a nice overview of what’s available in the build plan in the lock directory. -- [ocaml/dune#8841](https://github.com/ocaml/dune/pull/8841)
- We introduced `$ dune describe pkg lock` to print lock directories. This gives users a nice overview of what’s available in the build plan in the lock directory. -- [ocaml/dune#8841](https://github.com/ocaml/dune/pull/8841)
- We added support for solver variables in `lockdir` to make sure opam variables are also available at build and install time -- [ocaml/dune#8973](https://github.com/ocaml/dune/pull/8973)
- We managed to successfully generate a lock file for `cmdliner` on Windows! :windows: Next, we're working on making build work on Windows as well. -- [ocaml/dune#9048](https://github.com/ocaml/dune/pull/9048)
- And as usual, we fixed a bunch of bugs that prevented your regular packages from building:
Expand Down

0 comments on commit bbc0386

Please sign in to comment.