-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to OCaml 4.14.2. Other pkgs upgraded
- Loading branch information
1 parent
684b0e6
commit a1dfb02
Showing
4 changed files
with
155 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# All packages listed in this file are installed as part of | ||
# the "dkml" system switch as part of the "CI" distribution, | ||
# but only when distributing OCaml 4.14.0. | ||
|
||
# See README.md for a description of this file format. | ||
|
||
ocaml.4.14.2 | ||
|
||
# Cmdliner and crunch are needed to compile opam-dkml.exe | ||
cmdliner.1.2.0 | ||
crunch.3.3.1 | ||
ptime.1.1.0 | ||
uuidm.0.9.8 | ||
|
||
# Bos, sha and sexplib are needed to compile with-dkml.exe | ||
# Bos needs rresult and fmt | ||
bos.0.2.1 | ||
fmt.0.9.0 | ||
rresult.0.7.0 | ||
sha.1.15.4 | ||
sexplib.v0.16.0 | ||
|
||
# DKML apps (dkml-apps, dkml-exe and with-dkml version maintained by diskuv-ocaml's release.sh) | ||
dkml-c-probe.3.0.0 | ||
## global-install | ||
# bin/dkml-fswatch.exe | ||
# bin/dkml-confdir.exe | ||
dkml-apps.2.1.0 | ||
## global-install | ||
# bin/dkml.exe | ||
dkml-exe.2.1.0 | ||
## global-install | ||
# bin/with-dkml.exe | ||
with-dkml.2.1.0 | ||
|
||
# conf-withdkml is needed so dune+shim is built+installed correctly | ||
# for any [global-compile] package that needs dune, except for the | ||
# dkml switch which does not install conf-withdkml. So we want | ||
# conf-withdkml to be a runtime decision. That is [create-opam-switch.sh | ||
# -m conf-withdkml] like is done by [dkml init] command. | ||
# | ||
# .opam-switch/config/conf-withdkml.config | ||
conf-withdkml.3 | ||
|
||
# ------------ refl and its transitive dependencies ------------ | ||
|
||
## global-compile | ||
# https://discuss.ocaml.org/t/idea-standard-ocaml-runtime-type-representation/12051/112 | ||
refl.0.4.1 | ||
|
||
# To get all transitive dependencies, we use: | ||
# opam list --resolve=refl --columns=package | ||
# and exclude: | ||
# base-*.base, cppo, | ||
# dune (dune*, xdg), | ||
# ocaml, ocaml-config, ocaml-system, ocamlbuild, | ||
# ocamlfind, topkg | ||
|
||
#unneeded: fix.20230505 | ||
#unneeded: metaquot.0.5.2 | ||
## global-compile | ||
metapp.0.4.4+win | ||
## global-compile | ||
ocaml-compiler-libs.v0.12.4 | ||
## global-compile | ||
ppx_derivers.1.2.1 | ||
## global-compile | ||
ppxlib.0.30.0 | ||
## global-compile | ||
stdcompat.19+optautoconf | ||
## global-compile | ||
stdlib-shims.0.3.0 | ||
## global-compile | ||
traverse.0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# All packages listed in this file are installed as part of | ||
# the "dkml" system switch. | ||
|
||
# See README.md for a description of this file format. | ||
|
||
# (for now all DkML compiler versions use the same Dune "anyver" version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# All packages listed in this file are installed as part of | ||
# the "dkml" system switch as part of the "Full" distribution, | ||
# but only when distributing OCaml 4.14.0. | ||
|
||
# See README.md for a description of this file format. | ||
|
||
## global-install | ||
# bin/odoc | ||
# doc/odoc/odoc-pages/features.mld | ||
# doc/odoc/odoc-pages/index.mld | ||
# doc/odoc/odoc-pages/interface.mld | ||
# share/odoc | ||
# share/odoc/odoc-theme/default/highlight.pack.js | ||
# share/odoc/odoc-theme/default/odoc.css | ||
odoc.2.4.1 | ||
|
||
## global-install | ||
# bin/ocamlformat | ||
# man/man1/ocamlformat.1 | ||
# share/emacs/site-lisp/ocamlformat.el | ||
ocamlformat.0.26.1 | ||
ocamlformat-rpc-lib.0.26.1 | ||
|
||
# ------------ base and its transitive dependencies ------------ | ||
|
||
## global-compile | ||
# note: The global-compile is so that the (bytecode, non-relocatable) utop can | ||
# load in base with: #require "base";; | ||
# lib/base/base.cma | ||
# lib/stublibs/dllbase_internalhash_types_stubs.dll | ||
# lib/stublibs/dllbase_stubs.dll | ||
base.v0.16.1 | ||
|
||
# To get all transitive dependencies, we use: | ||
# opam list --resolve=base --columns=package | ||
# and exclude: | ||
# base-*.base, cppo, | ||
# dune (dune*, xdg), | ||
# ocaml, ocaml-config, ocaml-system, ocamlbuild, | ||
# ocamlfind, topkg | ||
|
||
#Already in [utop transitive dependencies]: csexp.1.5.2 | ||
|
||
## global-compile | ||
sexplib0.v0.16.0 | ||
|
||
# ------------ Other Jane Street packages ------------ | ||
stdio.v0.16.0 | ||
# These are independent of base and stdio, so bring them | ||
# along to the same version | ||
ppx_ignore_instrumentation.v0.16.0 | ||
ppx_pipebang.v0.16.0 | ||
|
||
odoc-parser.2.4.1 | ||
mdx.2.3.0 | ||
|
||
# lsp, ocaml-lsp-server and jsonrpc are all vended from the ocaml-lsp project | ||
lsp.1.17.0 | ||
## global-install | ||
# bin/ocamllsp | ||
ocaml-lsp-server.1.17.0 | ||
jsonrpc.1.17.0 |