-
Notifications
You must be signed in to change notification settings - Fork 360
chore: Use Dune package management #3132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
0f4db7a
b21247b
182a78f
e1f7500
e1aebfc
2b6f402
a6a466c
e43025a
57c57c9
fa47f31
36da910
fdbd3db
74d3104
5674aad
aab39ea
3c38088
19b7967
ed0b182
2365158
1f79aea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
!tool/ | ||
!dune | ||
!dune-project | ||
!ocamlorg.opam | ||
!dune-workspace | ||
!tailwind.config.js | ||
!init-cache | ||
!.git |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
(lang package 0.1) | ||
|
||
(dependency_hash 9ab9b4cd76bc6260d907c3de3771c4bc) | ||
|
||
(repositories | ||
(complete true) | ||
(used | ||
((source | ||
https://github.com/ocaml-dune/ocaml-binary-packages.git#fb7b39863a4d229e2cd3ac212459e15650c75d4d)) | ||
((source | ||
https://github.com/ocaml-dune/opam-overlays.git#2a9543286ff0e0656058fee5c0da7abc16b8717d)) | ||
((source | ||
https://github.com/ocaml/opam-repository.git#584630e7a7e27e3cf56158696a3fe94623a0cf4f)) | ||
((source | ||
https://github.com/ocaml/opam-repository#584630e7a7e27e3cf56158696a3fe94623a0cf4f)))) | ||
|
||
(expanded_solver_variable_bindings | ||
(variable_values | ||
(with-doc false) | ||
(with-dev-setup false) | ||
(sys-ocaml-version 5.2.1) | ||
(post true) | ||
(os-distribution pop) | ||
(os linux) | ||
(opam-version 2.2.0~alpha-vendored) | ||
(arch x86_64)) | ||
(unset_variables | ||
with-test | ||
sys-ocaml-libc | ||
sys-ocaml-cc | ||
sys-ocaml-arch | ||
enable-ocaml-beta-repository | ||
dev | ||
build)) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
(version | ||
0.26.2+binary-ocaml-5.2.1-built-2024-12-04.0-x86_64-unknown-linux-musl) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Be careful checking this file in as it's not portable. This version of ocamlformat will only work on linux. I'd recommend adding the dev-tools.locks directory to .gitignore so it doesn't get checked in and each user can install the version of the dev tools appropriate to their platform. |
||
|
||
(install | ||
(progn | ||
(run find . -type d -exec mkdir -p %{prefix}/{} ";") | ||
(run find . -type f -exec cp {} %{prefix}/{} ";"))) | ||
|
||
(source | ||
(fetch | ||
(url | ||
https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-04.0/ocamlformat.0.26.2+binary-ocaml-5.2.1-built-2024-12-04.0-x86_64-unknown-linux-musl.tar.gz) | ||
(checksum | ||
sha256=f466234d0f725203f480ce38dddb14006e5d9af0041bba85bf2276e28593ca12))) |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I fully understand this.
Are we attempting to build ocaml.org with a build tool that changes daily?