Skip to content

Commit

Permalink
Hack: pin Eio and Lwt until released
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Jul 3, 2023
1 parent 86fecaf commit 4c443c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lwt_eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ build: [
]
]
dev-repo: "git+https://github.com/ocaml-multicore/lwt_eio.git"
pin-depends: [
["eio.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["eio_linux.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["eio_posix.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["eio_main.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["lwt.dev" "git+https://github.com/talex5/lwt.git#d4367052c1be8372d33661c01749086e56af623c"]
]
7 changes: 7 additions & 0 deletions lwt_eio.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pin-depends: [
["eio.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["eio_linux.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["eio_posix.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["eio_main.dev" "git+https://github.com/ocaml-multicore/eio.git#3e49036b633979995e51ec83feb2732e9c6ce1aa"]
["lwt.dev" "git+https://github.com/talex5/lwt.git#d4367052c1be8372d33661c01749086e56af623c"]
]

0 comments on commit 4c443c9

Please sign in to comment.