diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2330298..bc93e196 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,6 +50,8 @@ jobs: - run: opam exec -- make test if: runner.os != 'Windows' + - run: opam lint example/**/*.opam + - name: Build examples if: runner.os != 'Windows' run: | diff --git a/example/1-hello/1-hello.opam b/example/1-hello/1-hello.opam index a5c75d44..317454fa 100644 --- a/example/1-hello/1-hello.opam +++ b/example/1-hello/1-hello.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/2-middleware/2-middleware.opam b/example/2-middleware/2-middleware.opam index a5c75d44..317454fa 100644 --- a/example/2-middleware/2-middleware.opam +++ b/example/2-middleware/2-middleware.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/3-router/3-router.opam b/example/3-router/3-router.opam index a5c75d44..317454fa 100644 --- a/example/3-router/3-router.opam +++ b/example/3-router/3-router.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/4-counter/4-counter.opam b/example/4-counter/4-counter.opam index a5c75d44..317454fa 100644 --- a/example/4-counter/4-counter.opam +++ b/example/4-counter/4-counter.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/5-promise/5-promise.opam b/example/5-promise/5-promise.opam index a5c75d44..317454fa 100644 --- a/example/5-promise/5-promise.opam +++ b/example/5-promise/5-promise.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/6-echo/6-echo.opam b/example/6-echo/6-echo.opam index a5c75d44..317454fa 100644 --- a/example/6-echo/6-echo.opam +++ b/example/6-echo/6-echo.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/7-template/7-template.opam b/example/7-template/7-template.opam index a5c75d44..317454fa 100644 --- a/example/7-template/7-template.opam +++ b/example/7-template/7-template.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/8-debug/8-debug.opam b/example/8-debug/8-debug.opam index a5c75d44..317454fa 100644 --- a/example/8-debug/8-debug.opam +++ b/example/8-debug/8-debug.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/9-error/9-error.opam b/example/9-error/9-error.opam index a5c75d44..317454fa 100644 --- a/example/9-error/9-error.opam +++ b/example/9-error/9-error.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/a-log/a-log.opam b/example/a-log/a-log.opam index a5c75d44..317454fa 100644 --- a/example/a-log/a-log.opam +++ b/example/a-log/a-log.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/b-session/b-session.opam b/example/b-session/b-session.opam index a5c75d44..317454fa 100644 --- a/example/b-session/b-session.opam +++ b/example/b-session/b-session.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/c-cookie/c-cookie.opam b/example/c-cookie/c-cookie.opam index a5c75d44..317454fa 100644 --- a/example/c-cookie/c-cookie.opam +++ b/example/c-cookie/c-cookie.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/d-form/d-form.opam b/example/d-form/d-form.opam index a5c75d44..317454fa 100644 --- a/example/d-form/d-form.opam +++ b/example/d-form/d-form.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/e-json/e-json.opam b/example/e-json/e-json.opam index 702cca5f..a32c2785 100644 --- a/example/e-json/e-json.opam +++ b/example/e-json/e-json.opam @@ -6,3 +6,10 @@ depends: [ "dune" {>= "2.0.0"} "ppx_yojson_conv" ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/f-static/f-static.opam b/example/f-static/f-static.opam index a5c75d44..317454fa 100644 --- a/example/f-static/f-static.opam +++ b/example/f-static/f-static.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/g-upload/g-upload.opam b/example/g-upload/g-upload.opam index a5c75d44..317454fa 100644 --- a/example/g-upload/g-upload.opam +++ b/example/g-upload/g-upload.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/h-sql/h-sql.opam b/example/h-sql/h-sql.opam index 219941c2..2c95076e 100644 --- a/example/h-sql/h-sql.opam +++ b/example/h-sql/h-sql.opam @@ -6,3 +6,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/i-graphql/i-graphql.opam b/example/i-graphql/i-graphql.opam index a5c75d44..317454fa 100644 --- a/example/i-graphql/i-graphql.opam +++ b/example/i-graphql/i-graphql.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/j-stream/j-stream.opam b/example/j-stream/j-stream.opam index a5c75d44..317454fa 100644 --- a/example/j-stream/j-stream.opam +++ b/example/j-stream/j-stream.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/k-websocket/k-websocket.opam b/example/k-websocket/k-websocket.opam index a5c75d44..317454fa 100644 --- a/example/k-websocket/k-websocket.opam +++ b/example/k-websocket/k-websocket.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/l-https/l-https.opam b/example/l-https/l-https.opam index a5c75d44..317454fa 100644 --- a/example/l-https/l-https.opam +++ b/example/l-https/l-https.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/r-fullstack-melange/r-fullstack-melange.opam b/example/r-fullstack-melange/r-fullstack-melange.opam index b9b99708..3e3ff09a 100644 --- a/example/r-fullstack-melange/r-fullstack-melange.opam +++ b/example/r-fullstack-melange/r-fullstack-melange.opam @@ -8,3 +8,10 @@ depends: [ "melange-webapi" "reason" {>= "3.10.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-chat/w-chat.opam b/example/w-chat/w-chat.opam index a5c75d44..317454fa 100644 --- a/example/w-chat/w-chat.opam +++ b/example/w-chat/w-chat.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-content-security-policy/w-content-security-policy.opam b/example/w-content-security-policy/w-content-security-policy.opam index a5c75d44..317454fa 100644 --- a/example/w-content-security-policy/w-content-security-policy.opam +++ b/example/w-content-security-policy/w-content-security-policy.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-dream-html/w-dream-html.opam b/example/w-dream-html/w-dream-html.opam index 29d5a730..6206fa96 100644 --- a/example/w-dream-html/w-dream-html.opam +++ b/example/w-dream-html/w-dream-html.opam @@ -5,3 +5,10 @@ depends: [ "dream-html" {>= "3.3.1"} "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-flash/w-flash.opam b/example/w-flash/w-flash.opam index a5c75d44..317454fa 100644 --- a/example/w-flash/w-flash.opam +++ b/example/w-flash/w-flash.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-fullstack-jsoo/w-fullstack-jsoo.opam b/example/w-fullstack-jsoo/w-fullstack-jsoo.opam index a558988a..ce69803b 100644 --- a/example/w-fullstack-jsoo/w-fullstack-jsoo.opam +++ b/example/w-fullstack-jsoo/w-fullstack-jsoo.opam @@ -7,3 +7,10 @@ depends: [ "js_of_ocaml" "js_of_ocaml-ppx" ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-graphql-subscription/w-graphql-subscription.opam b/example/w-graphql-subscription/w-graphql-subscription.opam index a5c75d44..317454fa 100644 --- a/example/w-graphql-subscription/w-graphql-subscription.opam +++ b/example/w-graphql-subscription/w-graphql-subscription.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-live-reload/w-live-reload.opam b/example/w-live-reload/w-live-reload.opam index a5c75d44..317454fa 100644 --- a/example/w-live-reload/w-live-reload.opam +++ b/example/w-live-reload/w-live-reload.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-long-polling/w-long-polling.opam b/example/w-long-polling/w-long-polling.opam index a5c75d44..317454fa 100644 --- a/example/w-long-polling/w-long-polling.opam +++ b/example/w-long-polling/w-long-polling.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-mlx/w-mlx.opam b/example/w-mlx/w-mlx.opam index 01e4da03..063caa79 100644 --- a/example/w-mlx/w-mlx.opam +++ b/example/w-mlx/w-mlx.opam @@ -7,3 +7,10 @@ depends: [ "mlx" "html_of_jsx" ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-multipart-dump/w-multipart-dump.opam b/example/w-multipart-dump/w-multipart-dump.opam index a5c75d44..317454fa 100644 --- a/example/w-multipart-dump/w-multipart-dump.opam +++ b/example/w-multipart-dump/w-multipart-dump.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-nginx/w-nginx.opam b/example/w-nginx/w-nginx.opam index a5c75d44..317454fa 100644 --- a/example/w-nginx/w-nginx.opam +++ b/example/w-nginx/w-nginx.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-one-binary/w-one-binary.opam b/example/w-one-binary/w-one-binary.opam index 9e3d29b9..18f83ad4 100644 --- a/example/w-one-binary/w-one-binary.opam +++ b/example/w-one-binary/w-one-binary.opam @@ -6,3 +6,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-postgres/w-postgres.opam b/example/w-postgres/w-postgres.opam index ac3ccc51..5123d269 100644 --- a/example/w-postgres/w-postgres.opam +++ b/example/w-postgres/w-postgres.opam @@ -6,3 +6,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-query/w-query.opam b/example/w-query/w-query.opam index a5c75d44..317454fa 100644 --- a/example/w-query/w-query.opam +++ b/example/w-query/w-query.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-server-sent-events/w-server-sent-events.opam b/example/w-server-sent-events/w-server-sent-events.opam index a5c75d44..317454fa 100644 --- a/example/w-server-sent-events/w-server-sent-events.opam +++ b/example/w-server-sent-events/w-server-sent-events.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-stress-response/w-stress-response.opam b/example/w-stress-response/w-stress-response.opam index a5c75d44..317454fa 100644 --- a/example/w-stress-response/w-stress-response.opam +++ b/example/w-stress-response/w-stress-response.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-stress-websocket-send/w-stress-websocket.opam b/example/w-stress-websocket-send/w-stress-websocket.opam index a5c75d44..317454fa 100644 --- a/example/w-stress-websocket-send/w-stress-websocket.opam +++ b/example/w-stress-websocket-send/w-stress-websocket.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-template-files/w-template-files.opam b/example/w-template-files/w-template-files.opam index a5c75d44..317454fa 100644 --- a/example/w-template-files/w-template-files.opam +++ b/example/w-template-files/w-template-files.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-template-logic/w-template-logic.opam b/example/w-template-logic/w-template-logic.opam index a5c75d44..317454fa 100644 --- a/example/w-template-logic/w-template-logic.opam +++ b/example/w-template-logic/w-template-logic.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-template-stream/w-template-stream.opam b/example/w-template-stream/w-template-stream.opam index a5c75d44..317454fa 100644 --- a/example/w-template-stream/w-template-stream.opam +++ b/example/w-template-stream/w-template-stream.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-tyxml/w-tyxml.opam b/example/w-tyxml/w-tyxml.opam index b46a35c2..08cfbf1e 100644 --- a/example/w-tyxml/w-tyxml.opam +++ b/example/w-tyxml/w-tyxml.opam @@ -6,3 +6,10 @@ depends: [ "dune" {>= "2.0.0"} "tyxml" ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-upload-stream/w-upload-stream.opam b/example/w-upload-stream/w-upload-stream.opam index a5c75d44..317454fa 100644 --- a/example/w-upload-stream/w-upload-stream.opam +++ b/example/w-upload-stream/w-upload-stream.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "One of the Dream examples" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/w-watch/w-watch.opam b/example/w-watch/w-watch.opam index a5c75d44..eb6ecf25 100644 --- a/example/w-watch/w-watch.opam +++ b/example/w-watch/w-watch.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "Dream watch mode example" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/z-docker-opam/z-docker-opam.opam b/example/z-docker-opam/z-docker-opam.opam index 884be05d..64470c14 100644 --- a/example/z-docker-opam/z-docker-opam.opam +++ b/example/z-docker-opam/z-docker-opam.opam @@ -1,9 +1,14 @@ opam-version: "2.0" -synopsis: "Dream Docker Hello World example" -maintainer: "Anton Bachin " depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.0.0"} "dream" ] + +synopsis: "Dream Docker Hello World example" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/z-playground/z-playground.opam b/example/z-playground/z-playground.opam index 7f30f2f8..2b68f207 100644 --- a/example/z-playground/z-playground.opam +++ b/example/z-playground/z-playground.opam @@ -1,7 +1,5 @@ opam-version: "2.0" -synopsis: "Dream playground" -maintainer: "Anton Bachin " depends: [ "caqti-driver-sqlite3" "dune" {>= "2.0.0"} @@ -9,3 +7,10 @@ depends: [ "ppx_yojson_conv" "reason" ] + +synopsis: "Dream playground" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin " diff --git a/example/z-systemd/z-systemd.opam b/example/z-systemd/z-systemd.opam index a5c75d44..4c2e586e 100644 --- a/example/z-systemd/z-systemd.opam +++ b/example/z-systemd/z-systemd.opam @@ -5,3 +5,10 @@ depends: [ "dream" "dune" {>= "2.0.0"} ] + +synopsis: "Dream systemd example" +homepage: "https://github.com/aantron/dream" +bug-reports: "https://github.com/aantron/dream/issues" +author: "Anton Bachin " +license: "MIT" +maintainer: "Anton Bachin "