this repo has no description

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

7 packages from oxidizing/sihl at 2.0.1

Changed files
+321
packages
sihl
sihl.2.0.1
sihl-cache
sihl-cache.2.0.1
sihl-email
sihl-email.2.0.1
sihl-queue
sihl-queue.2.0.1
sihl-storage
sihl-storage.2.0.1
sihl-token
sihl-token.2.0.1
sihl-user
sihl-user.2.0.1
+41
packages/sihl-cache/sihl-cache.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Cache service implementations for Sihl"
+
description: "A key-value store with support for PostgreSQL and MariaDB."
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"sihl" {= version}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}
+43
packages/sihl-email/sihl-email.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Email service implementations for Sihl"
+
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"letters" {>= "0.2.1"}
+
"sihl" {= version}
+
"cohttp-lwt-unix" {>= "2.5.4"}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}
+43
packages/sihl-queue/sihl-queue.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Queue service implementations for Sihl"
+
description:
+
"Modules for running tasks in the background on a persistent queue."
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"sihl" {= version}
+
"tyxml-ppx" {>= "4.4.0"}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}
+42
packages/sihl-storage/sihl-storage.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Storage service implementations for Sihl"
+
description:
+
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"sihl" {= version}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}
+42
packages/sihl-token/sihl-token.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Token service implementations for Sihl"
+
description:
+
"Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB."
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"sihl" {= version}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}
+43
packages/sihl-user/sihl-user.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "User service implementations for Sihl"
+
description:
+
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"sihl" {= version}
+
"sihl-token" {= version & with-test}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}
+67
packages/sihl/sihl.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "The Sihl web framework"
+
description: """
+
+
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.
+
"""
+
maintainer: ["josef@oxidizing.io"]
+
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
+
license: "MIT"
+
homepage: "https://github.com/oxidizing/sihl"
+
doc: "https://oxidizing.github.io/sihl/"
+
bug-reports: "https://github.com/oxidizing/sihl/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"conformist" {>= "0.6.0"}
+
"dune-build-info" {>= "2.8.4"}
+
"tsort" {>= "2.0.0"}
+
"containers" {>= "2.7"}
+
"logs" {>= "0.7.0"}
+
"fmt" {>= "0.8.8"}
+
"bos" {>= "0.2.0"}
+
"sexplib" {>= "v0.13.0"}
+
"yojson" {>= "1.7.0"}
+
"ppx_deriving_yojson" {>= "3.5.2"}
+
"tls" {>= "0.11.1"}
+
"ssl" {>= "0.5.9"}
+
"uuidm" {>= "0.9.7"}
+
"lwt_ssl" {>= "1.1.3"}
+
"lwt_ppx" {>= "2.0.1"}
+
"caqti" {>= "1.5.0"}
+
"caqti-lwt" {>= "1.3.0"}
+
"safepass" {>= "3.0"}
+
"jwto" {>= "0.3.0"}
+
"uuidm" {>= "0.9.7"}
+
"ppx_fields_conv" {>= "v0.13.0"}
+
"ppx_sexp_conv" {>= "v0.13.0"}
+
"opium" {>= "0.20.0"}
+
"cohttp-lwt-unix" {>= "2.5.4" & with-test}
+
"alcotest-lwt" {>= "1.4.0" & with-test}
+
"caqti-driver-postgresql" {>= "1.5.1" & with-test}
+
"caqti-driver-mariadb" {>= "1.5.1" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/oxidizing/sihl.git"
+
url {
+
src: "https://github.com/oxidizing/sihl/archive/2.0.1.tar.gz"
+
checksum: [
+
"md5=52b28d3faac0a2243735285aa3f962aa"
+
"sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18"
+
]
+
}