this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20812 from joseferben/opam-publish-sihl-sihl-cache-sihl-email-sihl-queue-sihl-storage-sihl-token-sihl-user.3.0.2

7 packages from oxidizing/sihl at 3.0.2

authored by

Kate and committed by
GitHub
bcce538e 3639f620

+323
+41
packages/sihl-cache/sihl-cache.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Cache service implementations for Sihl" 4 + description: "A key-value store with support for PostgreSQL and MariaDB." 5 + maintainer: ["josef@oxidizing.io"] 6 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 7 + license: "MIT" 8 + homepage: "https://github.com/oxidizing/sihl" 9 + doc: "https://oxidizing.github.io/sihl/" 10 + bug-reports: "https://github.com/oxidizing/sihl/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ocaml" {>= "4.08.0"} 14 + "sihl" {= version} 15 + "alcotest-lwt" {>= "1.4.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 35 + url { 36 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 37 + checksum: [ 38 + "md5=55173cff02f141403015de8f4f17cb20" 39 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 40 + ] 41 + }
+43
packages/sihl-email/sihl-email.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Email service implementations for Sihl" 4 + description: "Modules for sending emails using Lwt and SMTP or Sendgrid." 5 + maintainer: ["josef@oxidizing.io"] 6 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 7 + license: "MIT" 8 + homepage: "https://github.com/oxidizing/sihl" 9 + doc: "https://oxidizing.github.io/sihl/" 10 + bug-reports: "https://github.com/oxidizing/sihl/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ocaml" {>= "4.08.0"} 14 + "letters" {>= "0.2.1"} 15 + "sihl" {= version} 16 + "cohttp-lwt-unix" {>= "2.5.4"} 17 + "alcotest-lwt" {>= "1.4.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 37 + url { 38 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 39 + checksum: [ 40 + "md5=55173cff02f141403015de8f4f17cb20" 41 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 42 + ] 43 + }
+43
packages/sihl-queue/sihl-queue.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Queue service implementations for Sihl" 4 + description: 5 + "Modules for running tasks in the background on a persistent queue." 6 + maintainer: ["josef@oxidizing.io"] 7 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 8 + license: "MIT" 9 + homepage: "https://github.com/oxidizing/sihl" 10 + doc: "https://oxidizing.github.io/sihl/" 11 + bug-reports: "https://github.com/oxidizing/sihl/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.08.0"} 15 + "sihl" {= version} 16 + "tyxml-ppx" {>= "4.4.0"} 17 + "alcotest-lwt" {>= "1.4.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 37 + url { 38 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 39 + checksum: [ 40 + "md5=55173cff02f141403015de8f4f17cb20" 41 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 42 + ] 43 + }
+42
packages/sihl-storage/sihl-storage.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Storage service implementations for Sihl" 4 + description: 5 + "Modules for storing large binary blobs using either PostgreSQL or MariaDB." 6 + maintainer: ["josef@oxidizing.io"] 7 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 8 + license: "MIT" 9 + homepage: "https://github.com/oxidizing/sihl" 10 + doc: "https://oxidizing.github.io/sihl/" 11 + bug-reports: "https://github.com/oxidizing/sihl/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.08.0"} 15 + "sihl" {= version} 16 + "alcotest-lwt" {>= "1.4.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 36 + url { 37 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 38 + checksum: [ 39 + "md5=55173cff02f141403015de8f4f17cb20" 40 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 41 + ] 42 + }
+42
packages/sihl-token/sihl-token.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Token service implementations for Sihl" 4 + description: 5 + "Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB." 6 + maintainer: ["josef@oxidizing.io"] 7 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 8 + license: "MIT" 9 + homepage: "https://github.com/oxidizing/sihl" 10 + doc: "https://oxidizing.github.io/sihl/" 11 + bug-reports: "https://github.com/oxidizing/sihl/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.08.0"} 15 + "sihl" {= version} 16 + "alcotest-lwt" {>= "1.4.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 36 + url { 37 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 38 + checksum: [ 39 + "md5=55173cff02f141403015de8f4f17cb20" 40 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 41 + ] 42 + }
+43
packages/sihl-user/sihl-user.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "User service implementations for Sihl" 4 + description: 5 + "Modules for user management and password reset workflows with support for PostgreSQL and MariaDB." 6 + maintainer: ["josef@oxidizing.io"] 7 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 8 + license: "MIT" 9 + homepage: "https://github.com/oxidizing/sihl" 10 + doc: "https://oxidizing.github.io/sihl/" 11 + bug-reports: "https://github.com/oxidizing/sihl/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.08.0"} 15 + "sihl" {= version} 16 + "sihl-token" {= version & with-test} 17 + "alcotest-lwt" {>= "1.4.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 37 + url { 38 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 39 + checksum: [ 40 + "md5=55173cff02f141403015de8f4f17cb20" 41 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 42 + ] 43 + }
+69
packages/sihl/sihl.3.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "The Sihl web framework" 4 + description: """ 5 + 6 + Sihl is a batteries-included web framework. Thanks to the modular architecture, included batteries can be swapped out easily. Statically typed functional programming with OCaml makes web development fun, fast and safe. Sihl supports PostgreSQL and MariaDB. 7 + """ 8 + maintainer: ["josef@oxidizing.io"] 9 + authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 10 + license: "MIT" 11 + homepage: "https://github.com/oxidizing/sihl" 12 + doc: "https://oxidizing.github.io/sihl/" 13 + bug-reports: "https://github.com/oxidizing/sihl/issues" 14 + depends: [ 15 + "dune" {>= "2.7"} 16 + "ocaml" {>= "4.12.0"} 17 + "conformist" {>= "0.6.0"} 18 + "dune-build-info" {>= "2.8.4"} 19 + "tsort" {>= "2.0.0"} 20 + "containers" {>= "3.6.1"} 21 + "logs" {>= "0.7.0"} 22 + "fmt" {>= "0.8.8"} 23 + "bos" {>= "0.2.0"} 24 + "sexplib" {>= "v0.13.0"} 25 + "yojson" {>= "1.7.0"} 26 + "ppx_deriving_yojson" {>= "3.5.2"} 27 + "tls" {>= "0.11.1"} 28 + "ssl" {>= "0.5.9"} 29 + "uuidm" {>= "0.9.7"} 30 + "lwt_ssl" {>= "1.1.3"} 31 + "lwt_ppx" {>= "2.0.1"} 32 + "caqti" {>= "1.5.0"} 33 + "caqti-lwt" {>= "1.3.0"} 34 + "safepass" {>= "3.0"} 35 + "jwto" {>= "0.3.0"} 36 + "uuidm" {>= "0.9.7"} 37 + "ppx_fields_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0"} 39 + "nocrypto" {>= "0.5.4-2"} 40 + "cstruct" {>= "6.0.1"} 41 + "opium" {>= "0.20.0"} 42 + "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 + "alcotest-lwt" {>= "1.4.0" & with-test} 44 + "caqti-driver-postgresql" {>= "1.5.1" & with-test} 45 + "caqti-driver-mariadb" {>= "1.5.1" & with-test} 46 + "odoc" {with-doc} 47 + ] 48 + build: [ 49 + ["dune" "subst"] {dev} 50 + [ 51 + "dune" 52 + "build" 53 + "-p" 54 + name 55 + "-j" 56 + jobs 57 + "@install" 58 + "@runtest" {with-test} 59 + "@doc" {with-doc} 60 + ] 61 + ] 62 + dev-repo: "git+https://github.com/oxidizing/sihl.git" 63 + url { 64 + src: "https://github.com/oxidizing/sihl/archive/3.0.2.tar.gz" 65 + checksum: [ 66 + "md5=55173cff02f141403015de8f4f17cb20" 67 + "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c" 68 + ] 69 + }