diff --git a/example/1-hello/esy.json b/example/1-hello/esy.json index 44e7bd0b..41c9595f 100644 --- a/example/1-hello/esy.json +++ b/example/1-hello/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/2-middleware/esy.json b/example/2-middleware/esy.json index 0dcceed9..546bd721 100644 --- a/example/2-middleware/esy.json +++ b/example/2-middleware/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/3-router/esy.json b/example/3-router/esy.json index 13903adf..3167c4f5 100644 --- a/example/3-router/esy.json +++ b/example/3-router/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/4-counter/esy.json b/example/4-counter/esy.json index b12e5e24..97d31600 100644 --- a/example/4-counter/esy.json +++ b/example/4-counter/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/5-promise/esy.json b/example/5-promise/esy.json index 0494123e..a9fd74a8 100644 --- a/example/5-promise/esy.json +++ b/example/5-promise/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/6-echo/esy.json b/example/6-echo/esy.json index fd75ff06..470f7292 100644 --- a/example/6-echo/esy.json +++ b/example/6-echo/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/7-template/esy.json b/example/7-template/esy.json index 44512e66..60a745c2 100644 --- a/example/7-template/esy.json +++ b/example/7-template/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/8-debug/esy.json b/example/8-debug/esy.json index e567e539..adb63a24 100644 --- a/example/8-debug/esy.json +++ b/example/8-debug/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/9-error/esy.json b/example/9-error/esy.json index e099663c..ff9a1e8a 100644 --- a/example/9-error/esy.json +++ b/example/9-error/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/a-log/esy.json b/example/a-log/esy.json index 349651a4..9be69450 100644 --- a/example/a-log/esy.json +++ b/example/a-log/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/b-session/esy.json b/example/b-session/esy.json index 758cd14a..b98e9653 100644 --- a/example/b-session/esy.json +++ b/example/b-session/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/c-cookie/esy.json b/example/c-cookie/esy.json index 699da488..7423404b 100644 --- a/example/c-cookie/esy.json +++ b/example/c-cookie/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/d-form/esy.json b/example/d-form/esy.json index 66bff2fe..2d2ed7f8 100644 --- a/example/d-form/esy.json +++ b/example/d-form/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/e-json/esy.json b/example/e-json/esy.json index 7d785172..cddd698e 100644 --- a/example/e-json/esy.json +++ b/example/e-json/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/ppx_yojson_conv": "*", diff --git a/example/f-static/esy.json b/example/f-static/esy.json index a7757df5..9c3c9c19 100644 --- a/example/f-static/esy.json +++ b/example/f-static/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/g-upload/esy.json b/example/g-upload/esy.json index 7a73e2d6..fb5ecc06 100644 --- a/example/g-upload/esy.json +++ b/example/g-upload/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/h-sql/esy.json b/example/h-sql/esy.json index e210a12d..1c9f5ee4 100644 --- a/example/h-sql/esy.json +++ b/example/h-sql/esy.json @@ -1,6 +1,7 @@ { "dependencies": { "@opam/caqti-driver-sqlite3": "^1.7.0", + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/i-graphql/esy.json b/example/i-graphql/esy.json index 4951cb38..d46c6294 100644 --- a/example/i-graphql/esy.json +++ b/example/i-graphql/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/j-stream/esy.json b/example/j-stream/esy.json index 5edd68c3..c0b998ee 100644 --- a/example/j-stream/esy.json +++ b/example/j-stream/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/k-websocket/esy.json b/example/k-websocket/esy.json index 9c5a8ab4..dace1056 100644 --- a/example/k-websocket/esy.json +++ b/example/k-websocket/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/l-https/esy.json b/example/l-https/esy.json index b131c58f..4168783b 100644 --- a/example/l-https/esy.json +++ b/example/l-https/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/r-fullstack-melange/esy.json b/example/r-fullstack-melange/esy.json index 43fba9cf..7b4431f0 100644 --- a/example/r-fullstack-melange/esy.json +++ b/example/r-fullstack-melange/esy.json @@ -1,6 +1,7 @@ { "name": "fullstack-melange", "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", diff --git a/example/r-graphql/esy.json b/example/r-graphql/esy.json index feed03c0..c6ae9151 100644 --- a/example/r-graphql/esy.json +++ b/example/r-graphql/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", diff --git a/example/r-hello/esy.json b/example/r-hello/esy.json index 67f0cf91..ce9627a2 100644 --- a/example/r-hello/esy.json +++ b/example/r-hello/esy.json @@ -1,9 +1,9 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", - "@opam/conf-libssl": "3", "ocaml": "4.12.x" }, "devDependencies": { diff --git a/example/r-template-files/esy.json b/example/r-template-files/esy.json index 0747497a..7e4ef8d2 100644 --- a/example/r-template-files/esy.json +++ b/example/r-template-files/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/r-template-logic/esy.json b/example/r-template-logic/esy.json index d7890cdc..cd9dcb7e 100644 --- a/example/r-template-logic/esy.json +++ b/example/r-template-logic/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", diff --git a/example/r-template-stream/esy.json b/example/r-template-stream/esy.json index 3a60205f..f514d959 100644 --- a/example/r-template-stream/esy.json +++ b/example/r-template-stream/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", diff --git a/example/r-template/esy.json b/example/r-template/esy.json index d7890cdc..cd9dcb7e 100644 --- a/example/r-template/esy.json +++ b/example/r-template/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", diff --git a/example/r-tyxml/esy.json b/example/r-tyxml/esy.json index af985fb9..3e98c02d 100644 --- a/example/r-tyxml/esy.json +++ b/example/r-tyxml/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/reason": "^3.7.0", diff --git a/example/w-chat/esy.json b/example/w-chat/esy.json index 76800773..ea3c6264 100644 --- a/example/w-chat/esy.json +++ b/example/w-chat/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-content-security-policy/esy.json b/example/w-content-security-policy/esy.json index fcd240c3..cc094c37 100644 --- a/example/w-content-security-policy/esy.json +++ b/example/w-content-security-policy/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-esy/esy.json b/example/w-esy/esy.json index 44e7bd0b..41c9595f 100644 --- a/example/w-esy/esy.json +++ b/example/w-esy/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-flash/esy.json b/example/w-flash/esy.json index 24eaa2e8..7a9b116f 100644 --- a/example/w-flash/esy.json +++ b/example/w-flash/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-fswatch/esy.json b/example/w-fswatch/esy.json index 44e7bd0b..41c9595f 100644 --- a/example/w-fswatch/esy.json +++ b/example/w-fswatch/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-fullstack-jsoo/esy.json b/example/w-fullstack-jsoo/esy.json index 17886e39..229dbb06 100644 --- a/example/w-fullstack-jsoo/esy.json +++ b/example/w-fullstack-jsoo/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/js_of_ocaml": "*", diff --git a/example/w-fullstack-rescript/esy.json b/example/w-fullstack-rescript/esy.json index 97b6fabc..96d5ad77 100644 --- a/example/w-fullstack-rescript/esy.json +++ b/example/w-fullstack-rescript/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-graphql-subscription/esy.json b/example/w-graphql-subscription/esy.json index 3498f976..ea177aec 100644 --- a/example/w-graphql-subscription/esy.json +++ b/example/w-graphql-subscription/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-live-reload/esy.json b/example/w-live-reload/esy.json index b316c11c..81d8553a 100644 --- a/example/w-live-reload/esy.json +++ b/example/w-live-reload/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/lambdasoup": "*", diff --git a/example/w-long-polling/esy.json b/example/w-long-polling/esy.json index 41852447..1a5b0b5d 100644 --- a/example/w-long-polling/esy.json +++ b/example/w-long-polling/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-multipart-dump/esy.json b/example/w-multipart-dump/esy.json index 3990cf79..2e112412 100644 --- a/example/w-multipart-dump/esy.json +++ b/example/w-multipart-dump/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-nginx/esy.json b/example/w-nginx/esy.json index d2987cbd..6e7a2c44 100644 --- a/example/w-nginx/esy.json +++ b/example/w-nginx/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-one-binary/esy.json b/example/w-one-binary/esy.json index b195183e..336455f2 100644 --- a/example/w-one-binary/esy.json +++ b/example/w-one-binary/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/crunch": "*", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", diff --git a/example/w-postgres/esy.json b/example/w-postgres/esy.json index 4c5e455b..872a5e2b 100644 --- a/example/w-postgres/esy.json +++ b/example/w-postgres/esy.json @@ -1,6 +1,7 @@ { "dependencies": { "@opam/caqti-driver-postgresql": "*", + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-query/esy.json b/example/w-query/esy.json index 36b84a6f..5eeedc80 100644 --- a/example/w-query/esy.json +++ b/example/w-query/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-server-sent-events/esy.json b/example/w-server-sent-events/esy.json index d1470a61..cef5e19e 100644 --- a/example/w-server-sent-events/esy.json +++ b/example/w-server-sent-events/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-stress-response/esy.json b/example/w-stress-response/esy.json index 1d7fc7ef..5251d4e0 100644 --- a/example/w-stress-response/esy.json +++ b/example/w-stress-response/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-stress-websocket-send/esy.json b/example/w-stress-websocket-send/esy.json index d884fdb5..b39923d6 100644 --- a/example/w-stress-websocket-send/esy.json +++ b/example/w-stress-websocket-send/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-template-files/esy.json b/example/w-template-files/esy.json index 0747497a..7e4ef8d2 100644 --- a/example/w-template-files/esy.json +++ b/example/w-template-files/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-template-logic/esy.json b/example/w-template-logic/esy.json index 44512e66..60a745c2 100644 --- a/example/w-template-logic/esy.json +++ b/example/w-template-logic/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-template-stream/esy.json b/example/w-template-stream/esy.json index 3486aba2..f9bb7642 100644 --- a/example/w-template-stream/esy.json +++ b/example/w-template-stream/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/w-tyxml/esy.json b/example/w-tyxml/esy.json index 6363910b..2c5ec3bb 100644 --- a/example/w-tyxml/esy.json +++ b/example/w-tyxml/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "@opam/tyxml": "*", diff --git a/example/w-upload-stream/esy.json b/example/w-upload-stream/esy.json index a44c1fda..35116eb1 100644 --- a/example/w-upload-stream/esy.json +++ b/example/w-upload-stream/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/z-docker-esy/esy.json b/example/z-docker-esy/esy.json index 4031bb97..f66aa648 100644 --- a/example/z-docker-esy/esy.json +++ b/example/z-docker-esy/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/z-fly/esy.json b/example/z-fly/esy.json index 95036ebd..c1933548 100644 --- a/example/z-fly/esy.json +++ b/example/z-fly/esy.json @@ -4,6 +4,7 @@ "build": "dune build" }, "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/z-heroku/esy.json b/example/z-heroku/esy.json index 4b315105..5838ec9a 100644 --- a/example/z-heroku/esy.json +++ b/example/z-heroku/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x" diff --git a/example/z-systemd/esy.json b/example/z-systemd/esy.json index 4031bb97..f66aa648 100644 --- a/example/z-systemd/esy.json +++ b/example/z-systemd/esy.json @@ -1,5 +1,6 @@ { "dependencies": { + "@opam/conf-libssl": "3", "@opam/dream": "1.0.0~alpha4", "@opam/dune": "^2.0", "ocaml": "4.12.x"