From c03f6433a03a06a04507a10d9942263d82dff5ea Mon Sep 17 00:00:00 2001 From: Ulrik Date: Fri, 7 Aug 2020 08:06:39 +0200 Subject: [PATCH] Use local switch and add some pins --- .gitignore | 1 + morph-oidc-client.opam | 14 ++++++++++++++ oidc-client.opam | 13 +++++++++++++ 3 files changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index a1fc625..dac0b57 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ reason-guest-login-oidc-client.install .DS_Store *.install _esy +_opam deploy.sh restart-pod.sha diff --git a/morph-oidc-client.opam b/morph-oidc-client.opam index 58c8bed..1e9687f 100644 --- a/morph-oidc-client.opam +++ b/morph-oidc-client.opam @@ -25,3 +25,17 @@ build: [ ] ] dev-repo: "git+https://github.com/ulrikstrid/ocaml-oidc.git" +pin-depends: [ + [ "piaf.dev" "git+https://github.com/anmonteiro/piaf.git#master" ] + [ "httpaf.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ] + [ "httpaf-lwt.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ] + [ "httpaf-lwt-unix.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ] + [ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2.git#master" ] + [ "h2-lwt.dev" "git+https://github.com/anmonteiro/ocaml-h2.git#master" ] + [ "h2-lwt-unix.dev" "git+https://github.com/anmonteiro/ocaml-h2.git#master" ] + [ "gluten.dev" "git+https://github.com/anmonteiro/gluten.git#master" ] + [ "gluten-lwt.dev" "git+https://github.com/anmonteiro/gluten.git#master" ] + [ "gluten-lwt-unix.dev" "git+https://github.com/anmonteiro/gluten.git#master" ] + [ "ssl.dev" "git+https://github.com/savonet/ocaml-ssl.git" ] + [ "session.dev" "git+https://github.com/inhabitedtype/ocaml-session#master" ] +] diff --git a/oidc-client.opam b/oidc-client.opam index 94154de..7cb2603 100644 --- a/oidc-client.opam +++ b/oidc-client.opam @@ -36,3 +36,16 @@ build: [ ] ] dev-repo: "git+https://github.com/ulrikstrid/ocaml-oidc.git" +pin-depends: [ + [ "piaf.dev" "git+https://github.com/anmonteiro/piaf.git#master" ] + [ "httpaf.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ] + [ "httpaf-lwt.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ] + [ "httpaf-lwt-unix.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ] + [ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2.git#master" ] + [ "h2-lwt.dev" "git+https://github.com/anmonteiro/ocaml-h2.git#master" ] + [ "h2-lwt-unix.dev" "git+https://github.com/anmonteiro/ocaml-h2.git#master" ] + [ "gluten.dev" "git+https://github.com/anmonteiro/gluten.git#master" ] + [ "gluten-lwt.dev" "git+https://github.com/anmonteiro/gluten.git#master" ] + [ "gluten-lwt-unix.dev" "git+https://github.com/anmonteiro/gluten.git#master" ] + [ "ssl.dev" "git+https://github.com/savonet/ocaml-ssl.git" ] +]