From 578f112977a1e52364824d9e83bcaaafa66e15f4 Mon Sep 17 00:00:00 2001 From: Josef Erben Date: Tue, 16 Nov 2021 18:51:52 +0100 Subject: [PATCH] Release 3.0.0 --- dune-project | 2 +- sihl-cache.opam | 2 +- sihl-cache.opam.locked | 6 +++++- sihl-email.opam | 2 +- sihl-email.opam.locked | 6 +++++- sihl-queue.opam | 2 +- sihl-queue.opam.locked | 6 +++++- sihl-storage.opam | 2 +- sihl-storage.opam.locked | 6 +++++- sihl-token.opam | 2 +- sihl-token.opam.locked | 6 +++++- sihl-user.opam | 2 +- sihl-user.opam.locked | 6 +++++- sihl.opam | 2 +- sihl.opam.locked | 10 +++++++++- 15 files changed, 47 insertions(+), 15 deletions(-) diff --git a/dune-project b/dune-project index 9c71554b..e3b02ee2 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (generate_opam_files true) (name sihl) -(version 2.0.1) +(version 3.0.0) (authors "Josef Erben" diff --git a/sihl-cache.opam b/sihl-cache.opam index ee09cdd9..18404cac 100644 --- a/sihl-cache.opam +++ b/sihl-cache.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Cache service implementations for Sihl" description: "A key-value store with support for PostgreSQL and MariaDB." maintainer: ["josef@oxidizing.io"] diff --git a/sihl-cache.opam.locked b/sihl-cache.opam.locked index f23c8019..f52342bf 100644 --- a/sihl-cache.opam.locked +++ b/sihl-cache.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Cache service implementations for Sihl" description: "A key-value store with support for PostgreSQL and MariaDB." maintainer: ["josef@oxidizing.io"] @@ -9,10 +9,14 @@ homepage: "https://github.com/oxidizing/sihl" doc: "https://oxidizing.github.io/sihl/" bug-reports: "https://github.com/oxidizing/sihl/issues" depends: [ + "base-bigarray" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} "dune" {= "2.9.1"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} + "ocaml-config" {= "2"} + "ocaml-options-vanilla" {= "1"} ] build: [ ["dune" "subst"] {dev} diff --git a/sihl-email.opam b/sihl-email.opam index 66daeac4..665aae17 100644 --- a/sihl-email.opam +++ b/sihl-email.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Email service implementations for Sihl" description: "Modules for sending emails using Lwt and SMTP or Sendgrid." maintainer: ["josef@oxidizing.io"] diff --git a/sihl-email.opam.locked b/sihl-email.opam.locked index 999426d6..af45ae1e 100644 --- a/sihl-email.opam.locked +++ b/sihl-email.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Email service implementations for Sihl" description: "Modules for sending emails using Lwt and SMTP or Sendgrid." maintainer: ["josef@oxidizing.io"] @@ -13,6 +13,7 @@ depends: [ "asn1-combinators" {= "0.2.6"} "astring" {= "0.8.5"} "base" {= "v0.14.1"} + "base-bigarray" {= "base"} "base-bytes" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} @@ -74,8 +75,11 @@ depends: [ "mtime" {= "1.3.0"} "num" {= "1.4"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} "ocaml-compiler-libs" {= "v0.12.4"} + "ocaml-config" {= "2"} "ocaml-migrate-parsetree" {= "2.2.0"} + "ocaml-options-vanilla" {= "1"} "ocaml-syntax-shims" {= "1.0.0"} "ocamlbuild" {= "0.14.0"} "ocamlfind" {= "1.9.1"} diff --git a/sihl-queue.opam b/sihl-queue.opam index a21dd0f1..65388af0 100644 --- a/sihl-queue.opam +++ b/sihl-queue.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Queue service implementations for Sihl" description: "Modules for running tasks in the background on a persistent queue." diff --git a/sihl-queue.opam.locked b/sihl-queue.opam.locked index cecc5748..a0345409 100644 --- a/sihl-queue.opam.locked +++ b/sihl-queue.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Queue service implementations for Sihl" description: "Modules for running tasks in the background on a persistent queue." @@ -10,14 +10,18 @@ homepage: "https://github.com/oxidizing/sihl" doc: "https://oxidizing.github.io/sihl/" bug-reports: "https://github.com/oxidizing/sihl/issues" depends: [ + "base-bigarray" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} "cmdliner" {= "1.0.4"} "dune" {= "2.9.1"} "markup" {= "1.0.2"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} "ocaml-compiler-libs" {= "v0.12.4"} + "ocaml-config" {= "2"} "ocaml-migrate-parsetree" {= "2.2.0"} + "ocaml-options-vanilla" {= "1"} "ocamlbuild" {= "0.14.0"} "ocamlfind" {= "1.9.1"} "ppx_derivers" {= "1.2.1"} diff --git a/sihl-storage.opam b/sihl-storage.opam index 6ad8c748..8fadd45b 100644 --- a/sihl-storage.opam +++ b/sihl-storage.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Storage service implementations for Sihl" description: "Modules for storing large binary blobs using either PostgreSQL or MariaDB." diff --git a/sihl-storage.opam.locked b/sihl-storage.opam.locked index 622a5ce2..a4669872 100644 --- a/sihl-storage.opam.locked +++ b/sihl-storage.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "Storage service implementations for Sihl" description: "Modules for storing large binary blobs using either PostgreSQL or MariaDB." @@ -10,10 +10,14 @@ homepage: "https://github.com/oxidizing/sihl" doc: "https://oxidizing.github.io/sihl/" bug-reports: "https://github.com/oxidizing/sihl/issues" depends: [ + "base-bigarray" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} "dune" {= "2.9.1"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} + "ocaml-config" {= "2"} + "ocaml-options-vanilla" {= "1"} ] build: [ ["dune" "subst"] {dev} diff --git a/sihl-token.opam b/sihl-token.opam index 3d4afc63..998f290a 100644 --- a/sihl-token.opam +++ b/sihl-token.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.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." diff --git a/sihl-token.opam.locked b/sihl-token.opam.locked index dfbd9493..a8015991 100644 --- a/sihl-token.opam.locked +++ b/sihl-token.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.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." @@ -10,10 +10,14 @@ homepage: "https://github.com/oxidizing/sihl" doc: "https://oxidizing.github.io/sihl/" bug-reports: "https://github.com/oxidizing/sihl/issues" depends: [ + "base-bigarray" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} "dune" {= "2.9.1"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} + "ocaml-config" {= "2"} + "ocaml-options-vanilla" {= "1"} ] build: [ ["dune" "subst"] {dev} diff --git a/sihl-user.opam b/sihl-user.opam index 9d646756..d8b8d92d 100644 --- a/sihl-user.opam +++ b/sihl-user.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "User service implementations for Sihl" description: "Modules for user management and password reset workflows with support for PostgreSQL and MariaDB." diff --git a/sihl-user.opam.locked b/sihl-user.opam.locked index 4c27493c..ad8694e8 100644 --- a/sihl-user.opam.locked +++ b/sihl-user.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "User service implementations for Sihl" description: "Modules for user management and password reset workflows with support for PostgreSQL and MariaDB." @@ -10,10 +10,14 @@ homepage: "https://github.com/oxidizing/sihl" doc: "https://oxidizing.github.io/sihl/" bug-reports: "https://github.com/oxidizing/sihl/issues" depends: [ + "base-bigarray" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} "dune" {= "2.9.1"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} + "ocaml-config" {= "2"} + "ocaml-options-vanilla" {= "1"} ] build: [ ["dune" "subst"] {dev} diff --git a/sihl.opam b/sihl.opam index 564bdf3f..174aa31c 100644 --- a/sihl.opam +++ b/sihl.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "The Sihl web framework" description: """ diff --git a/sihl.opam.locked b/sihl.opam.locked index 53f6b339..eca87d48 100644 --- a/sihl.opam.locked +++ b/sihl.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.0.1" +version: "3.0.0" synopsis: "The Sihl web framework" description: """ @@ -16,6 +16,7 @@ depends: [ "asn1-combinators" {= "0.2.6"} "astring" {= "0.8.5"} "base" {= "v0.14.1"} + "base-bigarray" {= "base"} "base-bytes" {= "base"} "base-threads" {= "base"} "base-unix" {= "base"} @@ -35,8 +36,10 @@ depends: [ "conformist" {= "0.6.0"} "containers" {= "3.6.1"} "cppo" {= "1.6.8"} + "cpuid" {= "0.1.2"} "csexp" {= "1.5.1"} "cstruct" {= "6.0.1"} + "cstruct-lwt" {= "6.0.1"} "cstruct-sexp" {= "6.0.1"} "digestif" {= "1.1.0"} "domain-name" {= "0.3.0"} @@ -76,13 +79,18 @@ depends: [ "mmap" {= "1.1.0"} "mtime" {= "1.3.0"} "multipart-form-data" {= "0.3.0"} + "nocrypto" {= "0.5.4-2"} "num" {= "1.4"} "ocaml" {= "4.12.0"} + "ocaml-base-compiler" {= "4.12.0"} "ocaml-compiler-libs" {= "v0.12.4"} + "ocaml-config" {= "2"} "ocaml-migrate-parsetree" {= "2.2.0"} + "ocaml-options-vanilla" {= "1"} "ocaml-syntax-shims" {= "1.0.0"} "ocamlbuild" {= "0.14.0"} "ocamlfind" {= "1.9.1"} + "ocb-stubblr" {= "0.1.1-1"} "ocplib-endian" {= "1.1"} "opium" {= "0.20.0"} "parsexp" {= "v0.14.1"}