Skip to content

Commit

Permalink
Use local switch and add some pins
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Aug 7, 2020
1 parent dba3151 commit c03f643
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ reason-guest-login-oidc-client.install
.DS_Store
*.install
_esy
_opam

deploy.sh
restart-pod.sha
Expand Down
14 changes: 14 additions & 0 deletions morph-oidc-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
]
13 changes: 13 additions & 0 deletions oidc-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
]

0 comments on commit c03f643

Please sign in to comment.