From 8b562a0f16a851e666d1401af064cdd78df75ea6 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sun, 23 Jun 2024 16:55:47 -0700 Subject: [PATCH] fix opam build? --- piaf.opam | 6 +----- piaf.opam.template | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/piaf.opam b/piaf.opam index e5a624e..a5211a6 100644 --- a/piaf.opam +++ b/piaf.opam @@ -43,15 +43,11 @@ build: [ ] dev-repo: "git+https://github.com/anmonteiro/piaf.git" pin-depends: [ - [ "gluten.dev" "git+https://github.com/anmonteiro/gluten.git" ] - [ "gluten-eio.dev" "git+https://github.com/anmonteiro/gluten.git" ] - [ "httpaf.dev" "git+https://github.com/anmonteiro/httpaf.git" ] - [ "httpaf-eio.dev" "git+https://github.com/anmonteiro/httpaf.git" ] [ "hpack.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ] [ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ] [ "h2-eio.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ] [ "ssl.dev" "git+https://github.com/savonet/ocaml-ssl.git" ] [ "eio-ssl.dev" "git+https://github.com/anmonteiro/eio-ssl.git" ] - [ "websocketaf.dev" "git+https://github.com/anmonteiro/websocketaf.git" ] + [ "httpun-ws.dev" "git+https://github.com/anmonteiro/httpun-ws.git" ] [ "multipart_form.dev" "git+https://github.com/anmonteiro/multipart_form.git" ] ] diff --git a/piaf.opam.template b/piaf.opam.template index a90a897..e5dcb1c 100644 --- a/piaf.opam.template +++ b/piaf.opam.template @@ -1,13 +1,9 @@ pin-depends: [ - [ "gluten.dev" "git+https://github.com/anmonteiro/gluten.git" ] - [ "gluten-eio.dev" "git+https://github.com/anmonteiro/gluten.git" ] - [ "httpaf.dev" "git+https://github.com/anmonteiro/httpaf.git" ] - [ "httpaf-eio.dev" "git+https://github.com/anmonteiro/httpaf.git" ] [ "hpack.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ] [ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ] [ "h2-eio.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ] [ "ssl.dev" "git+https://github.com/savonet/ocaml-ssl.git" ] [ "eio-ssl.dev" "git+https://github.com/anmonteiro/eio-ssl.git" ] - [ "websocketaf.dev" "git+https://github.com/anmonteiro/websocketaf.git" ] + [ "httpun-ws.dev" "git+https://github.com/anmonteiro/httpun-ws.git" ] [ "multipart_form.dev" "git+https://github.com/anmonteiro/multipart_form.git" ] ]