Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Louis Gesbert
opam-custom-install
Commits
20c8e8b0
Commit
20c8e8b0
authored
Nov 08, 2022
by
Raja Boujbel
Browse files
Add opam repo hashes for pinning
parent
c0106dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
opam-custom-install.opam
opam-custom-install.opam
+14
-1
No files found.
opam-custom-install.opam
View file @
20c8e8b0
...
...
@@ -9,10 +9,23 @@ tags: ["org:ocamlpro" "org:opam"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
depends: [
"dune" {>= "1.5"}
"opam-client" {>= "2.1.2" & < "2.2.0"}
"opam-client" {= "master-dev"}
"opam-state" {= "master-dev"}
"opam-repository" {= "master-dev"}
"opam-solver" {= "master-dev"}
"opam-format" {= "master-dev"}
"opam-core" {= "master-dev"}
]
homepage: "https://github.com/OCamlPro/opam-custom-install"
bug-reports: "https://github.com/OCamlPro/opam-custom-install/-/issues"
dev-repo: "git+https://github.com/OCamlPro/opam-custom-install"
build: ["dune" "build" "-p" name "-j" jobs]
flags: plugin
pin-depends: [
["opam-client.master-dev" "git+https://github.com/ocaml/opam#4f0bd719d2d2c8cadc326f7880f61f0ec3078970"]
["opam-state.master-dev" "git+https://github.com/ocaml/opam#4f0bd719d2d2c8cadc326f7880f61f0ec3078970"]
["opam-repository.master-dev" "git+https://github.com/ocaml/opam#4f0bd719d2d2c8cadc326f7880f61f0ec3078970"]
["opam-solver.master-dev" "git+https://github.com/ocaml/opam#4f0bd719d2d2c8cadc326f7880f61f0ec3078970"]
["opam-format.master-dev" "git+https://github.com/ocaml/opam#4f0bd719d2d2c8cadc326f7880f61f0ec3078970"]
["opam-core.master-dev" "git+https://github.com/ocaml/opam#4f0bd719d2d2c8cadc326f7880f61f0ec3078970"]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment