-
Notifications
You must be signed in to change notification settings - Fork 1.2k
4 packages from diskuv/dkml-install-api at 0.5.2 #24852
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
Merged
mseri
merged 1 commit into
ocaml:master
from
jonahbeckford:opam-publish-dkml-install-dkml-install-installer-dkml-install-runner-dkml-package-console.0.5.2
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
packages/dkml-install-installer/dkml-install-installer.0.5.2/opam
This file contains hidden or 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,43 @@ | ||
opam-version: "2.0" | ||
synopsis: "Build tools for DkML installers" | ||
description: | ||
"Build-time executables that can generate Dune include files which will compile essential end-user executables." | ||
maintainer: "[email protected]" | ||
authors: "Diskuv, Inc. <[email protected]>" | ||
license: "Apache-2.0" | ||
homepage: "https://github.com/diskuv/dkml-install-api" | ||
bug-reports: "https://github.com/diskuv/dkml-install-api/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"alcotest" {>= "1.4.0" & with-test} | ||
"dkml-install" {= version} | ||
"dkml-install-runner" {= version} | ||
"crunch" {>= "3.3.1"} | ||
"odoc" {with-doc} | ||
] | ||
available: os = "win32" | os = "linux" | os = "macos" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" | ||
url { | ||
src: | ||
"https://github.com/diskuv/dkml-install-api/releases/download/0.5.2/dkml-install-0.5.2.tbz" | ||
checksum: [ | ||
"md5=5b294da54e4474f8d260c7190fec8c85" | ||
"sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63" | ||
] | ||
} |
48 changes: 48 additions & 0 deletions
48
packages/dkml-install-runner/dkml-install-runner.0.5.2/opam
This file contains hidden or 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,48 @@ | ||
opam-version: "2.0" | ||
synopsis: "Runner executable for DkML installation" | ||
description: | ||
"The runner executable is responsible for loading and running all DkML installation components." | ||
maintainer: "[email protected]" | ||
authors: "Diskuv, Inc. <[email protected]>" | ||
license: "Apache-2.0" | ||
homepage: "https://github.com/diskuv/dkml-install-api" | ||
bug-reports: "https://github.com/diskuv/dkml-install-api/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"alcotest" {>= "1.4.0" & with-test} | ||
"dkml-install" {= version} | ||
"ppx_expect" {>= "v0.14.1"} | ||
"astring" {>= "0.8.5"} | ||
"bos" {>= "0.2.0"} | ||
"cmdliner" {>= "1.1.1"} | ||
"fmt" {>= "0.8.9"} | ||
"logs" {>= "0.7.0"} | ||
"diskuvbox" {>= "0.1.1"} | ||
"odoc" {with-doc} | ||
] | ||
available: os = "win32" | os = "linux" | os = "macos" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" | ||
url { | ||
src: | ||
"https://github.com/diskuv/dkml-install-api/releases/download/0.5.2/dkml-install-0.5.2.tbz" | ||
checksum: [ | ||
"md5=5b294da54e4474f8d260c7190fec8c85" | ||
"sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63" | ||
] | ||
} |
This file contains hidden or 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,49 @@ | ||
opam-version: "2.0" | ||
synopsis: "API and registry for DkML installation components" | ||
description: | ||
"All DkML installation components implement the interfaces exposed in this API." | ||
maintainer: "[email protected]" | ||
authors: "Diskuv, Inc. <[email protected]>" | ||
license: "Apache-2.0" | ||
homepage: "https://github.com/diskuv/dkml-install-api" | ||
bug-reports: "https://github.com/diskuv/dkml-install-api/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ocaml" {>= "4.08.0"} | ||
"alcotest" {>= "1.4.0" & with-test} | ||
"ppx_deriving" {>= "5.2.1"} | ||
"result" {>= "1.5"} | ||
"astring" {>= "0.8.5"} | ||
"bos" {>= "0.2.0"} | ||
"cmdliner" {>= "1.1.1"} | ||
"fmt" {>= "0.8.9"} | ||
"tsort" {>= "2.1.0"} | ||
"diskuvbox" {>= "0.1.1" & with-test} | ||
"odoc" {with-doc} | ||
] | ||
available: os = "win32" | os = "linux" | os = "macos" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" | ||
url { | ||
src: | ||
"https://github.com/diskuv/dkml-install-api/releases/download/0.5.2/dkml-install-0.5.2.tbz" | ||
checksum: [ | ||
"md5=5b294da54e4474f8d260c7190fec8c85" | ||
"sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63" | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
packages/dkml-package-console/dkml-package-console.0.5.2/opam
This file contains hidden or 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,45 @@ | ||
opam-version: "2.0" | ||
synopsis: "Console setup and uninstall executables for DkML installation" | ||
description: | ||
"The setup and uninstall executables are responsible for launching the DkML runners." | ||
maintainer: "[email protected]" | ||
authors: "Diskuv, Inc. <[email protected]>" | ||
license: "Apache-2.0" | ||
homepage: "https://github.com/diskuv/dkml-install-api" | ||
bug-reports: "https://github.com/diskuv/dkml-install-api/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"alcotest" {>= "1.4.0" & with-test} | ||
"dkml-install" {= version} | ||
"dkml-install-runner" {= version} | ||
"diskuvbox" {>= "0.1.1"} | ||
"crunch" {>= "3.3.1"} | ||
"dkml-component-xx-console" {>= "0.1.1"} | ||
"odoc" {with-doc} | ||
] | ||
available: os = "win32" | os = "linux" | os = "macos" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" | ||
url { | ||
src: | ||
"https://github.com/diskuv/dkml-install-api/releases/download/0.5.2/dkml-install-0.5.2.tbz" | ||
checksum: [ | ||
"md5=5b294da54e4474f8d260c7190fec8c85" | ||
"sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63" | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Likely missing
as per #24577 pointed out. Maybe it's better to upstream this?
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.
Why is
ocaml.4.10+
necessary?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 suggested
ocaml.4.10+
only because it is so indkml-install-runner.0.5.1
. I don't have a strong opinion here.It seems that the lower bound wasn't picked by you. As the CI is currently succeeding, we probably do not need this dependency. Yet there is a policy to have a dependency to
ocaml
, so it would be nice to add it like: